Html Css Color HEX #D369E0 Orchid

📋 copy color: '#D369E0'

red 211 ◦ green 105 ◦ blue 224

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

Shades of Orchid #D369E0

Tints of Orchid #D369E0

RGB

 RED value IS 211 (82.81% from 255) = 39.07%

 GREEN value IS 105 (41.41% from 255) = 19.44%

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 39.07%
G = 19.44%
B = 41.48%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D369E0 (or 0xD369E0) is known color: Orchid. HEX triplet: D3, 69 and E0. RGB value is (211,105,224). Sum of RGB (Red+Green+Blue) = 211+105+224=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #D369E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369E0 is #2C961F. Grayscale: #959595. Windows color (decimal): -2922016 or 14707155. OLE color: 14707155.

HSL color Cylindrical-coordinate representation of color #D369E0: hue angle of 293.45º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D369E0 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 105 224 -
CMYK 0.06 0.53 0 0.12
HSL 293.45º 0.66% 0.65% -
HSV(B) 293.45º 0.53% 0.88% -
XYZ 45.37 29.33 73.79 -
YUV 150.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 211 105 224 0.06 0.53 0 0.12 293.45 0.66 0.65
Hex D3 69 E0 6 35 0 C 125 42 41
Octal 323 151 340 6 65 0 14 445 102 101
Binary 11010011 1101001 11100000 110 110101 0 1100 100100101 1000010 1000001

Color Harmonies of #D369E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369E0

Black with #D369E0

Text Example


Text Example

White with #D369E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369E0; }

 p { color: rgb(211,105,224); }

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

background-color css

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

 a { background-color: rgb(211,105,224); }

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

border-color css

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

 span { border-color: rgb(211,105,224); }

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