Html Css Color HEX #D064CD Orchid

📋 copy color: '#D064CD'

red 208 ◦ green 100 ◦ blue 205

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

Shades of Orchid #D064CD

Tints of Orchid #D064CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 40.55%
G = 19.49%
B = 39.96%

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

#D064CD (or 0xD064CD) is known color: Orchid. HEX triplet: D0, 64 and CD. RGB value is (208,100,205). Sum of RGB (Red+Green+Blue) = 208+100+205=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D064CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064CD is #2F9B32. Grayscale: #8F8F8F. Windows color (decimal): -3119923 or 13460688. OLE color: 13460688.

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

Color convert

RGB 208 100 205 -
CMYK 0 0.52 0.01 0.18
HSL 301.67º 0.53% 0.6% -
HSV(B) 301.67º 0.52% 0.82% -
XYZ 41.59 26.93 60.76 -
YUV 144.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 208 100 205 0 0.52 0.01 0.18 301.67 0.53 0.6
Hex D0 64 CD 0 34 1 12 12E 35 3C
Octal 320 144 315 0 64 1 22 456 65 74
Binary 11010000 1100100 11001101 0 110100 1 10010 100101110 110101 111100

Color Harmonies of #D064CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064CD

Black with #D064CD

Text Example


Text Example

White with #D064CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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