Html Css Color HEX #D064CC Orchid

📋 copy color: '#D064CC'

red 208 ◦ green 100 ◦ blue 204

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

Shades of Orchid #D064CC

Tints of Orchid #D064CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 40.63%
G = 19.53%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D064CC (or 0xD064CC) is known color: Orchid. HEX triplet: D0, 64 and CC. RGB value is (208,100,204). Sum of RGB (Red+Green+Blue) = 208+100+204=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D064CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064CC is #2F9B33. Grayscale: #8F8F8F. Windows color (decimal): -3119924 or 13395152. OLE color: 13395152.

HSL color Cylindrical-coordinate representation of color #D064CC: hue angle of 302.22º 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 #D064CC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 204 -
CMYK 0 0.52 0.02 0.18
HSL 302.22º 0.53% 0.6% -
HSV(B) 302.22º 0.52% 0.82% -
XYZ 41.47 26.88 60.13 -
YUV 144.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 208 100 204 0 0.52 0.02 0.18 302.22 0.53 0.6
Hex D0 64 CC 0 34 2 12 12E 35 3C
Octal 320 144 314 0 64 2 22 456 65 74
Binary 11010000 1100100 11001100 0 110100 10 10010 100101110 110101 111100

Color Harmonies of #D064CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064CC

Black with #D064CC

Text Example


Text Example

White with #D064CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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