Html Css Color HEX #D068CF Orchid

📋 copy color: '#D068CF'

red 208 ◦ green 104 ◦ blue 207

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

Shades of Orchid #D068CF

Tints of Orchid #D068CF

RGB

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

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

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

R = 40.08%
G = 20.04%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D068CF (or 0xD068CF) is known color: Orchid. HEX triplet: D0, 68 and CF. RGB value is (208,104,207). Sum of RGB (Red+Green+Blue) = 208+104+207=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D068CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068CF is #2F9730. Grayscale: #929292. Windows color (decimal): -3118897 or 13592784. OLE color: 13592784.

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

Color convert

RGB 208 104 207 -
CMYK 0 0.5 0.00 0.18
HSL 300.58º 0.53% 0.61% -
HSV(B) 300.58º 0.5% 0.82% -
XYZ 42.23 27.82 62.17 -
YUV 146.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 208 104 207 0 0.5 0.00 0.18 300.58 0.53 0.61
Hex D0 68 CF 0 32 0 12 12D 35 3D
Octal 320 150 317 0 62 0 22 455 65 75
Binary 11010000 1101000 11001111 0 110010 0 10010 100101101 110101 111101

Color Harmonies of #D068CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068CF

Black with #D068CF

Text Example


Text Example

White with #D068CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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