Html Css Color HEX #D063DF Orchid

📋 copy color: '#D063DF'

red 208 ◦ green 99 ◦ blue 223

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

Shades of Orchid #D063DF

Tints of Orchid #D063DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 39.25%
G = 18.68%
B = 42.08%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D063DF (or 0xD063DF) is known color: Orchid. HEX triplet: D0, 63 and DF. RGB value is (208,99,223). Sum of RGB (Red+Green+Blue) = 208+99+223=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #D063DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063DF is #2F9C20. Grayscale: #919191. Windows color (decimal): -3120161 or 14640080. OLE color: 14640080.

HSL color Cylindrical-coordinate representation of color #D063DF: hue angle of 292.74º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D063DF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 99 223 -
CMYK 0.07 0.56 0 0.13
HSL 292.74º 0.66% 0.63% -
HSV(B) 292.74º 0.56% 0.87% -
XYZ 43.79 27.66 72.84 -
YUV 145.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 208 99 223 0.07 0.56 0 0.13 292.74 0.66 0.63
Hex D0 63 DF 7 38 0 D 125 42 3F
Octal 320 143 337 7 70 0 15 445 102 77
Binary 11010000 1100011 11011111 111 111000 0 1101 100100101 1000010 111111

Color Harmonies of #D063DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D063DF

Black with #D063DF

Text Example


Text Example

White with #D063DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D063DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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