Html Css Color HEX #D265E3 Orchid

📋 copy color: '#D265E3'

red 210 ◦ green 101 ◦ blue 227

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

Shades of Orchid #D265E3

Tints of Orchid #D265E3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.77%

 BLUE value IS 227 (89.06% from 255) = 42.19%

R = 39.03%
G = 18.77%
B = 42.19%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D265E3 (or 0xD265E3) is known color: Orchid. HEX triplet: D2, 65 and E3. RGB value is (210,101,227). Sum of RGB (Red+Green+Blue) = 210+101+227=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #D265E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265E3 is #2D9A1C. Grayscale: #939393. Windows color (decimal): -2988573 or 14902738. OLE color: 14902738.

HSL color Cylindrical-coordinate representation of color #D265E3: hue angle of 291.9º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D265E3 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 101 227 -
CMYK 0.07 0.56 0 0.11
HSL 291.9º 0.69% 0.64% -
HSV(B) 291.9º 0.56% 0.89% -
XYZ 45.1 28.56 75.81 -
YUV 147.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 210 101 227 0.07 0.56 0 0.11 291.9 0.69 0.64
Hex D2 65 E3 7 38 0 B 124 45 40
Octal 322 145 343 7 70 0 13 444 105 100
Binary 11010010 1100101 11100011 111 111000 0 1011 100100100 1000101 1000000

Color Harmonies of #D265E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265E3

Black with #D265E3

Text Example


Text Example

White with #D265E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265E3; }

 p { color: rgb(210,101,227); }

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

background-color css

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

 a { background-color: rgb(210,101,227); }

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

border-color css

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

 span { border-color: rgb(210,101,227); }

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