Html Css Color HEX #D070C1 Orchid

📋 copy color: '#D070C1'

red 208 ◦ green 112 ◦ blue 193

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

Shades of Orchid #D070C1

Tints of Orchid #D070C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 40.55%
G = 21.83%
B = 37.62%

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

#D070C1 (or 0xD070C1) is known color: Orchid. HEX triplet: D0, 70 and C1. RGB value is (208,112,193). Sum of RGB (Red+Green+Blue) = 208+112+193=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C1 is #2F8F3E. Grayscale: #959595. Windows color (decimal): -3116863 or 12677328. OLE color: 12677328.

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

Color convert

RGB 208 112 193 -
CMYK 0 0.46 0.07 0.18
HSL 309.38º 0.51% 0.63% -
HSV(B) 309.38º 0.46% 0.82% -
XYZ 41.43 28.85 53.84 -
YUV 149.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 208 112 193 0 0.46 0.07 0.18 309.38 0.51 0.63
Hex D0 70 C1 0 2E 7 12 135 33 3F
Octal 320 160 301 0 56 7 22 465 63 77
Binary 11010000 1110000 11000001 0 101110 111 10010 100110101 110011 111111

Color Harmonies of #D070C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070C1

Black with #D070C1

Text Example


Text Example

White with #D070C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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