Html Css Color HEX #D068CB Orchid

📋 copy color: '#D068CB'

red 208 ◦ green 104 ◦ blue 203

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

Shades of Orchid #D068CB

Tints of Orchid #D068CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 40.39%
G = 20.19%
B = 39.42%

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

#D068CB (or 0xD068CB) is known color: Orchid. HEX triplet: D0, 68 and CB. RGB value is (208,104,203). Sum of RGB (Red+Green+Blue) = 208+104+203=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D068CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068CB is #2F9734. Grayscale: #929292. Windows color (decimal): -3118901 or 13330640. OLE color: 13330640.

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

Color convert

RGB 208 104 203 -
CMYK 0 0.5 0.02 0.18
HSL 302.88º 0.53% 0.61% -
HSV(B) 302.88º 0.5% 0.82% -
XYZ 41.74 27.62 59.63 -
YUV 146.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 208 104 203 0 0.5 0.02 0.18 302.88 0.53 0.61
Hex D0 68 CB 0 32 2 12 12F 35 3D
Octal 320 150 313 0 62 2 22 457 65 75
Binary 11010000 1101000 11001011 0 110010 10 10010 100101111 110101 111101

Color Harmonies of #D068CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068CB

Black with #D068CB

Text Example


Text Example

White with #D068CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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