Html Css Color HEX #D063E8 Orchid

📋 copy color: '#D063E8'

red 208 ◦ green 99 ◦ blue 232

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

Shades of Orchid #D063E8

Tints of Orchid #D063E8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.37%

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 38.59%
G = 18.37%
B = 43.04%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D063E8 (or 0xD063E8) is known color: Orchid. HEX triplet: D0, 63 and E8. RGB value is (208,99,232). Sum of RGB (Red+Green+Blue) = 208+99+232=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #D063E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D063E8 is #2F9C17. Grayscale: #929292. Windows color (decimal): -3120152 or 15229904. OLE color: 15229904.

HSL color Cylindrical-coordinate representation of color #D063E8: hue angle of 289.17º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D063E8 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 99 232 -
CMYK 0.10 0.57 0 0.09
HSL 289.17º 0.74% 0.65% -
HSV(B) 289.17º 0.57% 0.91% -
XYZ 45.04 28.16 79.41 -
YUV 146.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 208 99 232 0.10 0.57 0 0.09 289.17 0.74 0.65
Hex D0 63 E8 A 39 0 9 121 4A 41
Octal 320 143 350 12 71 0 11 441 112 101
Binary 11010000 1100011 11101000 1010 111001 0 1001 100100001 1001010 1000001

Color Harmonies of #D063E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D063E8

Black with #D063E8

Text Example


Text Example

White with #D063E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D063E8; }

 p { color: rgb(208,99,232); }

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

background-color css

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

 a { background-color: rgb(208,99,232); }

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

border-color css

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

 span { border-color: rgb(208,99,232); }

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