Html Css Color HEX #D270C7 Orchid

📋 copy color: '#D270C7'

red 210 ◦ green 112 ◦ blue 199

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

Shades of Orchid #D270C7

Tints of Orchid #D270C7

RGB

 RED value IS 210 (82.42% from 255) = 40.31%

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

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

R = 40.31%
G = 21.5%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D270C7 (or 0xD270C7) is known color: Orchid. HEX triplet: D2, 70 and C7. RGB value is (210,112,199). Sum of RGB (Red+Green+Blue) = 210+112+199=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D270C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270C7 is #2D8F38. Grayscale: #969696. Windows color (decimal): -2985785 or 13070546. OLE color: 13070546.

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

Color convert

RGB 210 112 199 -
CMYK 0 0.47 0.05 0.18
HSL 306.73º 0.52% 0.63% -
HSV(B) 306.73º 0.47% 0.82% -
XYZ 42.68 29.41 57.46 -
YUV 151.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 210 112 199 0 0.47 0.05 0.18 306.73 0.52 0.63
Hex D2 70 C7 0 2F 5 12 133 34 3F
Octal 322 160 307 0 57 5 22 463 64 77
Binary 11010010 1110000 11000111 0 101111 101 10010 100110011 110100 111111

Color Harmonies of #D270C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270C7

Black with #D270C7

Text Example


Text Example

White with #D270C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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