Html Css Color HEX #D968C4 Orchid

📋 copy color: '#D968C4'

red 217 ◦ green 104 ◦ blue 196

#D968C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D968C4

Tints of Orchid #D968C4

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

 GREEN value IS 104 (41.02% from 255) = 20.12%

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 41.97%
G = 20.12%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D968C4 (or 0xD968C4) is known color: Orchid. HEX triplet: D9, 68 and C4. RGB value is (217,104,196). Sum of RGB (Red+Green+Blue) = 217+104+196=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D968C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968C4 is #26973B. Grayscale: #949494. Windows color (decimal): -2529084 or 12871897. OLE color: 12871897.

HSL color Cylindrical-coordinate representation of color #D968C4: hue angle of 311.15º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D968C4 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 196 -
CMYK 0 0.52 0.10 0.15
HSL 311.15º 0.6% 0.63% -
HSV(B) 311.15º 0.52% 0.85% -
XYZ 43.53 28.64 55.46 -
YUV 148.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 217 104 196 0 0.52 0.10 0.15 311.15 0.6 0.63
Hex D9 68 C4 0 34 A F 137 3C 3F
Octal 331 150 304 0 64 12 17 467 74 77
Binary 11011001 1101000 11000100 0 110100 1010 1111 100110111 111100 111111

Color Harmonies of #D968C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968C4

Black with #D968C4

Text Example


Text Example

White with #D968C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968C4; }

 p { color: rgb(217,104,196); }

 H1.HeaderClassName
 {
   color: #D968C4;
 }
 .AnyTagClassName
 {
   color: #D968C4;
 }
</style>

background-color css

<style>
 a { background-color: #D968C4; }

 a { background-color: rgb(217,104,196); }

 div.DivClassName
 {
   background-color: #D968C4;
 }
 .BgClassName
 {
   background-color: #D968C4;
 }
</style>

border-color css

<style>
 span { border-color: #D968C4; }

 span { border-color: rgb(217,104,196); }

 td.TdClassName
 {
   border-color: #D968C4;
 }
 .TagClassName
 {
   border-color: #D968C4;
 }
</style>