Html Css Color HEX #D064CE Orchid

📋 copy color: '#D064CE'

red 208 ◦ green 100 ◦ blue 206

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

Shades of Orchid #D064CE

Tints of Orchid #D064CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.46%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 40.47%
G = 19.46%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D064CE (or 0xD064CE) is known color: Orchid. HEX triplet: D0, 64 and CE. RGB value is (208,100,206). Sum of RGB (Red+Green+Blue) = 208+100+206=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D064CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064CE is #2F9B31. Grayscale: #909090. Windows color (decimal): -3119922 or 13526224. OLE color: 13526224.

HSL color Cylindrical-coordinate representation of color #D064CE: hue angle of 301.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D064CE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 206 -
CMYK 0 0.52 0.01 0.18
HSL 301.11º 0.53% 0.6% -
HSV(B) 301.11º 0.52% 0.82% -
XYZ 41.71 26.98 61.4 -
YUV 144.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 208 100 206 0 0.52 0.01 0.18 301.11 0.53 0.6
Hex D0 64 CE 0 34 1 12 12D 35 3C
Octal 320 144 316 0 64 1 22 455 65 74
Binary 11010000 1100100 11001110 0 110100 1 10010 100101101 110101 111100

Color Harmonies of #D064CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064CE

Black with #D064CE

Text Example


Text Example

White with #D064CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064CE; }

 p { color: rgb(208,100,206); }

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

background-color css

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

 a { background-color: rgb(208,100,206); }

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

border-color css

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

 span { border-color: rgb(208,100,206); }

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