Html Css Color HEX #D566CB Orchid

📋 copy color: '#D566CB'

red 213 ◦ green 102 ◦ blue 203

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

Shades of Orchid #D566CB

Tints of Orchid #D566CB

RGB

 RED value IS 213 (83.59% from 255) = 41.12%

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

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

R = 41.12%
G = 19.69%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D566CB (or 0xD566CB) is known color: Orchid. HEX triplet: D5, 66 and CB. RGB value is (213,102,203). Sum of RGB (Red+Green+Blue) = 213+102+203=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D566CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566CB is #2A9934. Grayscale: #929292. Windows color (decimal): -2791733 or 13330133. OLE color: 13330133.

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

Color convert

RGB 213 102 203 -
CMYK 0 0.52 0.05 0.16
HSL 305.41º 0.57% 0.62% -
HSV(B) 305.41º 0.52% 0.84% -
XYZ 42.97 27.96 59.63 -
YUV 146.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 213 102 203 0 0.52 0.05 0.16 305.41 0.57 0.62
Hex D5 66 CB 0 34 5 10 131 39 3E
Octal 325 146 313 0 64 5 20 461 71 76
Binary 11010101 1100110 11001011 0 110100 101 10000 100110001 111001 111110

Color Harmonies of #D566CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566CB

Black with #D566CB

Text Example


Text Example

White with #D566CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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