Html Css Color HEX #D063E5 Orchid

📋 copy color: '#D063E5'

red 208 ◦ green 99 ◦ blue 229

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

Shades of Orchid #D063E5

Tints of Orchid #D063E5

RGB

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

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

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

R = 38.81%
G = 18.47%
B = 42.72%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D063E5 (or 0xD063E5) is known color: Orchid. HEX triplet: D0, 63 and E5. RGB value is (208,99,229). Sum of RGB (Red+Green+Blue) = 208+99+229=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #D063E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063E5 is #2F9C1A. Grayscale: #929292. Windows color (decimal): -3120155 or 15033296. OLE color: 15033296.

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

Color convert

RGB 208 99 229 -
CMYK 0.09 0.57 0 0.10
HSL 290.31º 0.71% 0.64% -
HSV(B) 290.31º 0.57% 0.9% -
XYZ 44.62 27.99 77.18 -
YUV 146.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 208 99 229 0.09 0.57 0 0.10 290.31 0.71 0.64
Hex D0 63 E5 9 39 0 A 122 47 40
Octal 320 143 345 11 71 0 12 442 107 100
Binary 11010000 1100011 11100101 1001 111001 0 1010 100100010 1000111 1000000

Color Harmonies of #D063E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D063E5

Black with #D063E5

Text Example


Text Example

White with #D063E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D063E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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