Html Css Color HEX #D865CB Orchid

📋 copy color: '#D865CB'

red 216 ◦ green 101 ◦ blue 203

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

Shades of Orchid #D865CB

Tints of Orchid #D865CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.42%

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

R = 41.54%
G = 19.42%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D865CB (or 0xD865CB) is known color: Orchid. HEX triplet: D8, 65 and CB. RGB value is (216,101,203). Sum of RGB (Red+Green+Blue) = 216+101+203=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D865CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865CB is #279A34. Grayscale: #929292. Windows color (decimal): -2595381 or 13329880. OLE color: 13329880.

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

Color convert

RGB 216 101 203 -
CMYK 0 0.53 0.06 0.15
HSL 306.78º 0.6% 0.62% -
HSV(B) 306.78º 0.53% 0.85% -
XYZ 43.75 28.22 59.64 -
YUV 147.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 216 101 203 0 0.53 0.06 0.15 306.78 0.6 0.62
Hex D8 65 CB 0 35 6 F 133 3C 3E
Octal 330 145 313 0 65 6 17 463 74 76
Binary 11011000 1100101 11001011 0 110101 110 1111 100110011 111100 111110

Color Harmonies of #D865CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865CB

Black with #D865CB

Text Example


Text Example

White with #D865CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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