Html Css Color HEX #D068C5 Orchid

📋 copy color: '#D068C5'

red 208 ◦ green 104 ◦ blue 197

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

Shades of Orchid #D068C5

Tints of Orchid #D068C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 40.86%
G = 20.43%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D068C5 (or 0xD068C5) is known color: Orchid. HEX triplet: D0, 68 and C5. RGB value is (208,104,197). Sum of RGB (Red+Green+Blue) = 208+104+197=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D068C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068C5 is #2F973A. Grayscale: #919191. Windows color (decimal): -3118907 or 12937424. OLE color: 12937424.

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

Color convert

RGB 208 104 197 -
CMYK 0 0.5 0.05 0.18
HSL 306.35º 0.53% 0.61% -
HSV(B) 306.35º 0.5% 0.82% -
XYZ 41.04 27.34 55.94 -
YUV 145.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 208 104 197 0 0.5 0.05 0.18 306.35 0.53 0.61
Hex D0 68 C5 0 32 5 12 132 35 3D
Octal 320 150 305 0 62 5 22 462 65 75
Binary 11010000 1101000 11000101 0 110010 101 10010 100110010 110101 111101

Color Harmonies of #D068C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068C5

Black with #D068C5

Text Example


Text Example

White with #D068C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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