Html Css Color HEX #D064CF Orchid

📋 copy color: '#D064CF'

red 208 ◦ green 100 ◦ blue 207

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

Shades of Orchid #D064CF

Tints of Orchid #D064CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 40.39%
G = 19.42%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D064CF (or 0xD064CF) is known color: Orchid. HEX triplet: D0, 64 and CF. RGB value is (208,100,207). Sum of RGB (Red+Green+Blue) = 208+100+207=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D064CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064CF is #2F9B30. Grayscale: #909090. Windows color (decimal): -3119921 or 13591760. OLE color: 13591760.

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

Color convert

RGB 208 100 207 -
CMYK 0 0.52 0.00 0.18
HSL 300.56º 0.53% 0.6% -
HSV(B) 300.56º 0.52% 0.82% -
XYZ 41.83 27.03 62.04 -
YUV 144.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 208 100 207 0 0.52 0.00 0.18 300.56 0.53 0.6
Hex D0 64 CF 0 34 0 12 12D 35 3C
Octal 320 144 317 0 64 0 22 455 65 74
Binary 11010000 1100100 11001111 0 110100 0 10010 100101101 110101 111100

Color Harmonies of #D064CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064CF

Black with #D064CF

Text Example


Text Example

White with #D064CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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