Html Css Color HEX #D06FE5 Orchid

📋 copy color: '#D06FE5'

red 208 ◦ green 111 ◦ blue 229

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

Shades of Orchid #D06FE5

Tints of Orchid #D06FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 37.96%
G = 20.26%
B = 41.79%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D06FE5 (or 0xD06FE5) is known color: Orchid. HEX triplet: D0, 6F and E5. RGB value is (208,111,229). Sum of RGB (Red+Green+Blue) = 208+111+229=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #D06FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FE5 is #2F901A. Grayscale: #999999. Windows color (decimal): -3117083 or 15036368. OLE color: 15036368.

HSL color Cylindrical-coordinate representation of color #D06FE5: hue angle of 289.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06FE5 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 111 229 -
CMYK 0.09 0.52 0 0.10
HSL 289.32º 0.69% 0.67% -
HSV(B) 289.32º 0.52% 0.9% -
XYZ 45.84 30.44 77.59 -
YUV 153.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 208 111 229 0.09 0.52 0 0.10 289.32 0.69 0.67
Hex D0 6F E5 9 34 0 A 121 45 43
Octal 320 157 345 11 64 0 12 441 105 103
Binary 11010000 1101111 11100101 1001 110100 0 1010 100100001 1000101 1000011

Color Harmonies of #D06FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FE5

Black with #D06FE5

Text Example


Text Example

White with #D06FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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