Html Css Color HEX #D868CB Orchid

📋 copy color: '#D868CB'

red 216 ◦ green 104 ◦ blue 203

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

Shades of Orchid #D868CB

Tints of Orchid #D868CB

RGB

 RED value IS 216 (84.77% from 255) = 41.3%

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 41.3%
G = 19.89%
B = 38.81%

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

#D868CB (or 0xD868CB) is known color: Orchid. HEX triplet: D8, 68 and CB. RGB value is (216,104,203). Sum of RGB (Red+Green+Blue) = 216+104+203=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D868CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868CB is #279734. Grayscale: #949494. Windows color (decimal): -2594613 or 13330648. OLE color: 13330648.

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

Color convert

RGB 216 104 203 -
CMYK 0 0.52 0.06 0.15
HSL 306.96º 0.59% 0.63% -
HSV(B) 306.96º 0.52% 0.85% -
XYZ 44.05 28.81 59.74 -
YUV 148.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 216 104 203 0 0.52 0.06 0.15 306.96 0.59 0.63
Hex D8 68 CB 0 34 6 F 133 3B 3F
Octal 330 150 313 0 64 6 17 463 73 77
Binary 11011000 1101000 11001011 0 110100 110 1111 100110011 111011 111111

Color Harmonies of #D868CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868CB

Black with #D868CB

Text Example


Text Example

White with #D868CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868CB; }

 p { color: rgb(216,104,203); }

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

background-color css

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

 a { background-color: rgb(216,104,203); }

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

border-color css

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

 span { border-color: rgb(216,104,203); }

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