Html Css Color HEX #D06FCB Orchid

📋 copy color: '#D06FCB'

red 208 ◦ green 111 ◦ blue 203

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

Shades of Orchid #D06FCB

Tints of Orchid #D06FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.26%

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

R = 39.85%
G = 21.26%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D06FCB (or 0xD06FCB) is known color: Orchid. HEX triplet: D0, 6F and CB. RGB value is (208,111,203). Sum of RGB (Red+Green+Blue) = 208+111+203=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FCB is #2F9034. Grayscale: #969696. Windows color (decimal): -3117109 or 13332432. OLE color: 13332432.

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

Color convert

RGB 208 111 203 -
CMYK 0 0.47 0.02 0.18
HSL 303.09º 0.51% 0.63% -
HSV(B) 303.09º 0.47% 0.82% -
XYZ 42.48 29.09 59.88 -
YUV 150.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 208 111 203 0 0.47 0.02 0.18 303.09 0.51 0.63
Hex D0 6F CB 0 2F 2 12 12F 33 3F
Octal 320 157 313 0 57 2 22 457 63 77
Binary 11010000 1101111 11001011 0 101111 10 10010 100101111 110011 111111

Color Harmonies of #D06FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FCB

Black with #D06FCB

Text Example


Text Example

White with #D06FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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