Html Css Color HEX #D070C4 Orchid

📋 copy color: '#D070C4'

red 208 ◦ green 112 ◦ blue 196

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

Shades of Orchid #D070C4

Tints of Orchid #D070C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.98%

R = 40.31%
G = 21.71%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D070C4 (or 0xD070C4) is known color: Orchid. HEX triplet: D0, 70 and C4. RGB value is (208,112,196). Sum of RGB (Red+Green+Blue) = 208+112+196=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C4 is #2F8F3B. Grayscale: #969696. Windows color (decimal): -3116860 or 12873936. OLE color: 12873936.

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

Color convert

RGB 208 112 196 -
CMYK 0 0.46 0.06 0.18
HSL 307.5º 0.51% 0.63% -
HSV(B) 307.5º 0.46% 0.82% -
XYZ 41.77 28.98 55.62 -
YUV 150.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 208 112 196 0 0.46 0.06 0.18 307.5 0.51 0.63
Hex D0 70 C4 0 2E 6 12 134 33 3F
Octal 320 160 304 0 56 6 22 464 63 77
Binary 11010000 1110000 11000100 0 101110 110 10010 100110100 110011 111111

Color Harmonies of #D070C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070C4

Black with #D070C4

Text Example


Text Example

White with #D070C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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