Html Css Color HEX #D766CB Orchid

📋 copy color: '#D766CB'

red 215 ◦ green 102 ◦ blue 203

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

Shades of Orchid #D766CB

Tints of Orchid #D766CB

RGB

 RED value IS 215 (84.38% from 255) = 41.35%

 GREEN value IS 102 (40.23% from 255) = 19.62%

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

R = 41.35%
G = 19.62%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D766CB (or 0xD766CB) is known color: Orchid. HEX triplet: D7, 66 and CB. RGB value is (215,102,203). Sum of RGB (Red+Green+Blue) = 215+102+203=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D766CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766CB is #289934. Grayscale: #939393. Windows color (decimal): -2660661 or 13330135. OLE color: 13330135.

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

Color convert

RGB 215 102 203 -
CMYK 0 0.53 0.06 0.16
HSL 306.37º 0.59% 0.62% -
HSV(B) 306.37º 0.53% 0.84% -
XYZ 43.56 28.26 59.66 -
YUV 147.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 215 102 203 0 0.53 0.06 0.16 306.37 0.59 0.62
Hex D7 66 CB 0 35 6 10 132 3B 3E
Octal 327 146 313 0 65 6 20 462 73 76
Binary 11010111 1100110 11001011 0 110101 110 10000 100110010 111011 111110

Color Harmonies of #D766CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766CB

Black with #D766CB

Text Example


Text Example

White with #D766CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766CB; }

 p { color: rgb(215,102,203); }

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

background-color css

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

 a { background-color: rgb(215,102,203); }

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

border-color css

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

 span { border-color: rgb(215,102,203); }

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