Html Css Color HEX #D06CE1 Orchid

📋 copy color: '#D06CE1'

red 208 ◦ green 108 ◦ blue 225

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

Shades of Orchid #D06CE1

Tints of Orchid #D06CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.96%

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 38.45%
G = 19.96%
B = 41.59%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D06CE1 (or 0xD06CE1) is known color: Orchid. HEX triplet: D0, 6C and E1. RGB value is (208,108,225). Sum of RGB (Red+Green+Blue) = 208+108+225=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #D06CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CE1 is #2F931E. Grayscale: #969696. Windows color (decimal): -3117855 or 14773456. OLE color: 14773456.

HSL color Cylindrical-coordinate representation of color #D06CE1: hue angle of 291.28º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06CE1 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 108 225 -
CMYK 0.08 0.52 0 0.12
HSL 291.28º 0.66% 0.65% -
HSV(B) 291.28º 0.52% 0.88% -
XYZ 44.97 29.57 74.57 -
YUV 151.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 208 108 225 0.08 0.52 0 0.12 291.28 0.66 0.65
Hex D0 6C E1 8 34 0 C 123 42 41
Octal 320 154 341 10 64 0 14 443 102 101
Binary 11010000 1101100 11100001 1000 110100 0 1100 100100011 1000010 1000001

Color Harmonies of #D06CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CE1

Black with #D06CE1

Text Example


Text Example

White with #D06CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CE1; }

 p { color: rgb(208,108,225); }

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

background-color css

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

 a { background-color: rgb(208,108,225); }

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

border-color css

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

 span { border-color: rgb(208,108,225); }

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