Html Css Color HEX #DE65E5 Orchid

📋 copy color: '#DE65E5'

red 222 ◦ green 101 ◦ blue 229

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

Shades of Orchid #DE65E5

Tints of Orchid #DE65E5

RGB

 RED value IS 222 (87.11% from 255) = 40.22%

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

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

R = 40.22%
G = 18.3%
B = 41.49%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE65E5 (or 0xDE65E5) is known color: Orchid. HEX triplet: DE, 65 and E5. RGB value is (222,101,229). Sum of RGB (Red+Green+Blue) = 222+101+229=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE65E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE65E5 is #219A1A. Grayscale: #979797. Windows color (decimal): -2202139 or 15033822. OLE color: 15033822.

HSL color Cylindrical-coordinate representation of color #DE65E5: hue angle of 296.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE65E5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 101 229 -
CMYK 0.03 0.56 0 0.10
HSL 296.72º 0.71% 0.65% -
HSV(B) 296.72º 0.56% 0.9% -
XYZ 48.92 30.49 77.44 -
YUV 151.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 222 101 229 0.03 0.56 0 0.10 296.72 0.71 0.65
Hex DE 65 E5 3 38 0 A 129 47 41
Octal 336 145 345 3 70 0 12 451 107 101
Binary 11011110 1100101 11100101 11 111000 0 1010 100101001 1000111 1000001

Color Harmonies of #DE65E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE65E5

Black with #DE65E5

Text Example


Text Example

White with #DE65E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE65E5; }

 p { color: rgb(222,101,229); }

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

background-color css

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

 a { background-color: rgb(222,101,229); }

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

border-color css

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

 span { border-color: rgb(222,101,229); }

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