Html Css Color HEX #D070C2 Orchid

📋 copy color: '#D070C2'

red 208 ◦ green 112 ◦ blue 194

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

Shades of Orchid #D070C2

Tints of Orchid #D070C2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

 BLUE value IS 194 (76.17% from 255) = 37.74%

R = 40.47%
G = 21.79%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D070C2 (or 0xD070C2) is known color: Orchid. HEX triplet: D0, 70 and C2. RGB value is (208,112,194). Sum of RGB (Red+Green+Blue) = 208+112+194=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C2 is #2F8F3D. Grayscale: #959595. Windows color (decimal): -3116862 or 12742864. OLE color: 12742864.

HSL color Cylindrical-coordinate representation of color #D070C2: hue angle of 308.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070C2 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 194 -
CMYK 0 0.46 0.07 0.18
HSL 308.75º 0.51% 0.63% -
HSV(B) 308.75º 0.46% 0.82% -
XYZ 41.54 28.89 54.43 -
YUV 150.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 208 112 194 0 0.46 0.07 0.18 308.75 0.51 0.63
Hex D0 70 C2 0 2E 7 12 135 33 3F
Octal 320 160 302 0 56 7 22 465 63 77
Binary 11010000 1110000 11000010 0 101110 111 10010 100110101 110011 111111

Color Harmonies of #D070C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070C2

Black with #D070C2

Text Example


Text Example

White with #D070C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070C2; }

 p { color: rgb(208,112,194); }

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

background-color css

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

 a { background-color: rgb(208,112,194); }

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

border-color css

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

 span { border-color: rgb(208,112,194); }

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