Html Css Color HEX #D068CA Orchid

📋 copy color: '#D068CA'

red 208 ◦ green 104 ◦ blue 202

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

Shades of Orchid #D068CA

Tints of Orchid #D068CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 40.47%
G = 20.23%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D068CA (or 0xD068CA) is known color: Orchid. HEX triplet: D0, 68 and CA. RGB value is (208,104,202). Sum of RGB (Red+Green+Blue) = 208+104+202=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D068CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068CA is #2F9735. Grayscale: #919191. Windows color (decimal): -3118902 or 13265104. OLE color: 13265104.

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

Color convert

RGB 208 104 202 -
CMYK 0 0.5 0.03 0.18
HSL 303.46º 0.53% 0.61% -
HSV(B) 303.46º 0.5% 0.82% -
XYZ 41.62 27.57 59.01 -
YUV 146.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 208 104 202 0 0.5 0.03 0.18 303.46 0.53 0.61
Hex D0 68 CA 0 32 3 12 12F 35 3D
Octal 320 150 312 0 62 3 22 457 65 75
Binary 11010000 1101000 11001010 0 110010 11 10010 100101111 110101 111101

Color Harmonies of #D068CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068CA

Black with #D068CA

Text Example


Text Example

White with #D068CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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