Html Css Color HEX #D070C7 Orchid

📋 copy color: '#D070C7'

red 208 ◦ green 112 ◦ blue 199

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

Shades of Orchid #D070C7

Tints of Orchid #D070C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 40.08%
G = 21.58%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D070C7 (or 0xD070C7) is known color: Orchid. HEX triplet: D0, 70 and C7. RGB value is (208,112,199). Sum of RGB (Red+Green+Blue) = 208+112+199=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C7 is #2F8F38. Grayscale: #969696. Windows color (decimal): -3116857 or 13070544. OLE color: 13070544.

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

Color convert

RGB 208 112 199 -
CMYK 0 0.46 0.04 0.18
HSL 305.63º 0.51% 0.63% -
HSV(B) 305.63º 0.46% 0.82% -
XYZ 42.12 29.12 57.43 -
YUV 150.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 208 112 199 0 0.46 0.04 0.18 305.63 0.51 0.63
Hex D0 70 C7 0 2E 4 12 132 33 3F
Octal 320 160 307 0 56 4 22 462 63 77
Binary 11010000 1110000 11000111 0 101110 100 10010 100110010 110011 111111

Color Harmonies of #D070C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070C7

Black with #D070C7

Text Example


Text Example

White with #D070C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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