Html Css Color HEX #D068CC Orchid

📋 copy color: '#D068CC'

red 208 ◦ green 104 ◦ blue 204

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

Shades of Orchid #D068CC

Tints of Orchid #D068CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 40.31%
G = 20.16%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D068CC (or 0xD068CC) is known color: Orchid. HEX triplet: D0, 68 and CC. RGB value is (208,104,204). Sum of RGB (Red+Green+Blue) = 208+104+204=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D068CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068CC is #2F9733. Grayscale: #929292. Windows color (decimal): -3118900 or 13396176. OLE color: 13396176.

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

Color convert

RGB 208 104 204 -
CMYK 0 0.5 0.02 0.18
HSL 302.31º 0.53% 0.61% -
HSV(B) 302.31º 0.5% 0.82% -
XYZ 41.86 27.67 60.26 -
YUV 146.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 208 104 204 0 0.5 0.02 0.18 302.31 0.53 0.61
Hex D0 68 CC 0 32 2 12 12E 35 3D
Octal 320 150 314 0 62 2 22 456 65 75
Binary 11010000 1101000 11001100 0 110010 10 10010 100101110 110101 111101

Color Harmonies of #D068CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068CC

Black with #D068CC

Text Example


Text Example

White with #D068CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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