Html Css Color HEX #D968CC Orchid

📋 copy color: '#D968CC'

red 217 ◦ green 104 ◦ blue 204

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

Shades of Orchid #D968CC

Tints of Orchid #D968CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 41.33%
G = 19.81%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D968CC (or 0xD968CC) is known color: Orchid. HEX triplet: D9, 68 and CC. RGB value is (217,104,204). Sum of RGB (Red+Green+Blue) = 217+104+204=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D968CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968CC is #269733. Grayscale: #949494. Windows color (decimal): -2529076 or 13396185. OLE color: 13396185.

HSL color Cylindrical-coordinate representation of color #D968CC: hue angle of 306.9º 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 #D968CC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 204 -
CMYK 0 0.52 0.06 0.15
HSL 306.9º 0.6% 0.63% -
HSV(B) 306.9º 0.52% 0.85% -
XYZ 44.46 29.01 60.38 -
YUV 149.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 217 104 204 0 0.52 0.06 0.15 306.9 0.6 0.63
Hex D9 68 CC 0 34 6 F 133 3C 3F
Octal 331 150 314 0 64 6 17 463 74 77
Binary 11011001 1101000 11001100 0 110100 110 1111 100110011 111100 111111

Color Harmonies of #D968CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968CC

Black with #D968CC

Text Example


Text Example

White with #D968CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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