Html Css Color HEX #D270E5 Orchid

📋 copy color: '#D270E5'

red 210 ◦ green 112 ◦ blue 229

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

Shades of Orchid #D270E5

Tints of Orchid #D270E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 38.11%
G = 20.33%
B = 41.56%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D270E5 (or 0xD270E5) is known color: Orchid. HEX triplet: D2, 70 and E5. RGB value is (210,112,229). Sum of RGB (Red+Green+Blue) = 210+112+229=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #D270E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270E5 is #2D8F1A. Grayscale: #9A9A9A. Windows color (decimal): -2985755 or 15036626. OLE color: 15036626.

HSL color Cylindrical-coordinate representation of color #D270E5: hue angle of 290.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D270E5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 112 229 -
CMYK 0.08 0.51 0 0.10
HSL 290.26º 0.69% 0.67% -
HSV(B) 290.26º 0.51% 0.9% -
XYZ 46.52 30.95 77.65 -
YUV 154.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 210 112 229 0.08 0.51 0 0.10 290.26 0.69 0.67
Hex D2 70 E5 8 33 0 A 122 45 43
Octal 322 160 345 10 63 0 12 442 105 103
Binary 11010010 1110000 11100101 1000 110011 0 1010 100100010 1000101 1000011

Color Harmonies of #D270E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270E5

Black with #D270E5

Text Example


Text Example

White with #D270E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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