Html Css Color HEX #D062CB Orchid

📋 copy color: '#D062CB'

red 208 ◦ green 98 ◦ blue 203

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

Shades of Orchid #D062CB

Tints of Orchid #D062CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.25%

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

R = 40.86%
G = 19.25%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D062CB (or 0xD062CB) is known color: Orchid. HEX triplet: D0, 62 and CB. RGB value is (208,98,203). Sum of RGB (Red+Green+Blue) = 208+98+203=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D062CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D062CB is #2F9D34. Grayscale: #8E8E8E. Windows color (decimal): -3120437 or 13329104. OLE color: 13329104.

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

Color convert

RGB 208 98 203 -
CMYK 0 0.53 0.02 0.18
HSL 302.73º 0.54% 0.6% -
HSV(B) 302.73º 0.53% 0.82% -
XYZ 41.16 26.46 59.44 -
YUV 142.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 208 98 203 0 0.53 0.02 0.18 302.73 0.54 0.6
Hex D0 62 CB 0 35 2 12 12F 36 3C
Octal 320 142 313 0 65 2 22 457 66 74
Binary 11010000 1100010 11001011 0 110101 10 10010 100101111 110110 111100

Color Harmonies of #D062CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D062CB

Black with #D062CB

Text Example


Text Example

White with #D062CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D062CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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