Html Css Color HEX #D275E4 Orchid

📋 copy color: '#D275E4'

red 210 ◦ green 117 ◦ blue 228

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

Shades of Orchid #D275E4

Tints of Orchid #D275E4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 37.84%
G = 21.08%
B = 41.08%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D275E4 (or 0xD275E4) is known color: Orchid. HEX triplet: D2, 75 and E4. RGB value is (210,117,228). Sum of RGB (Red+Green+Blue) = 210+117+228=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #D275E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275E4 is #2D8A1B. Grayscale: #9D9D9D. Windows color (decimal): -2984476 or 14972370. OLE color: 14972370.

HSL color Cylindrical-coordinate representation of color #D275E4: hue angle of 290.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D275E4 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 117 228 -
CMYK 0.08 0.49 0 0.11
HSL 290.27º 0.67% 0.68% -
HSV(B) 290.27º 0.49% 0.89% -
XYZ 46.94 32.03 77.11 -
YUV 157.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 210 117 228 0.08 0.49 0 0.11 290.27 0.67 0.68
Hex D2 75 E4 8 31 0 B 122 43 44
Octal 322 165 344 10 61 0 13 442 103 104
Binary 11010010 1110101 11100100 1000 110001 0 1011 100100010 1000011 1000100

Color Harmonies of #D275E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D275E4

Black with #D275E4

Text Example


Text Example

White with #D275E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D275E4; }

 p { color: rgb(210,117,228); }

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

background-color css

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

 a { background-color: rgb(210,117,228); }

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

border-color css

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

 span { border-color: rgb(210,117,228); }

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