Html Css Color HEX #D063DA Orchid

📋 copy color: '#D063DA'

red 208 ◦ green 99 ◦ blue 218

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

Shades of Orchid #D063DA

Tints of Orchid #D063DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 39.62%
G = 18.86%
B = 41.52%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D063DA (or 0xD063DA) is known color: Orchid. HEX triplet: D0, 63 and DA. RGB value is (208,99,218). Sum of RGB (Red+Green+Blue) = 208+99+218=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D063DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063DA is #2F9C25. Grayscale: #909090. Windows color (decimal): -3120166 or 14312400. OLE color: 14312400.

HSL color Cylindrical-coordinate representation of color #D063DA: hue angle of 294.96º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D063DA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 99 218 -
CMYK 0.05 0.55 0 0.15
HSL 294.96º 0.62% 0.62% -
HSV(B) 294.96º 0.55% 0.85% -
XYZ 43.13 27.4 69.34 -
YUV 145.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 208 99 218 0.05 0.55 0 0.15 294.96 0.62 0.62
Hex D0 63 DA 5 37 0 F 127 3E 3E
Octal 320 143 332 5 67 0 17 447 76 76
Binary 11010000 1100011 11011010 101 110111 0 1111 100100111 111110 111110

Color Harmonies of #D063DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D063DA

Black with #D063DA

Text Example


Text Example

White with #D063DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D063DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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