Html Css Color HEX #D066CB Orchid

📋 copy color: '#D066CB'

red 208 ◦ green 102 ◦ blue 203

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

Shades of Orchid #D066CB

Tints of Orchid #D066CB

RGB

 RED value IS 208 (81.64% from 255) = 40.55%

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

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

R = 40.55%
G = 19.88%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D066CB (or 0xD066CB) is known color: Orchid. HEX triplet: D0, 66 and CB. RGB value is (208,102,203). Sum of RGB (Red+Green+Blue) = 208+102+203=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D066CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066CB is #2F9934. Grayscale: #909090. Windows color (decimal): -3119413 or 13330128. OLE color: 13330128.

HSL color Cylindrical-coordinate representation of color #D066CB: hue angle of 302.83º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066CB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 102 203 -
CMYK 0 0.51 0.02 0.18
HSL 302.83º 0.53% 0.61% -
HSV(B) 302.83º 0.51% 0.82% -
XYZ 41.54 27.22 59.57 -
YUV 145.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 208 102 203 0 0.51 0.02 0.18 302.83 0.53 0.61
Hex D0 66 CB 0 33 2 12 12F 35 3D
Octal 320 146 313 0 63 2 22 457 65 75
Binary 11010000 1100110 11001011 0 110011 10 10010 100101111 110101 111101

Color Harmonies of #D066CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066CB

Black with #D066CB

Text Example


Text Example

White with #D066CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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