Html Css Color HEX #D068CE Orchid

📋 copy color: '#D068CE'

red 208 ◦ green 104 ◦ blue 206

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

Shades of Orchid #D068CE

Tints of Orchid #D068CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.08%

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

R = 40.15%
G = 20.08%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D068CE (or 0xD068CE) is known color: Orchid. HEX triplet: D0, 68 and CE. RGB value is (208,104,206). Sum of RGB (Red+Green+Blue) = 208+104+206=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D068CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068CE is #2F9731. Grayscale: #929292. Windows color (decimal): -3118898 or 13527248. OLE color: 13527248.

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

Color convert

RGB 208 104 206 -
CMYK 0 0.5 0.01 0.18
HSL 301.15º 0.53% 0.61% -
HSV(B) 301.15º 0.5% 0.82% -
XYZ 42.1 27.77 61.53 -
YUV 146.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 208 104 206 0 0.5 0.01 0.18 301.15 0.53 0.61
Hex D0 68 CE 0 32 1 12 12D 35 3D
Octal 320 150 316 0 62 1 22 455 65 75
Binary 11010000 1101000 11001110 0 110010 1 10010 100101101 110101 111101

Color Harmonies of #D068CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068CE

Black with #D068CE

Text Example


Text Example

White with #D068CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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