Html Css Color HEX #DC65E8 Orchid

📋 copy color: '#DC65E8'

red 220 ◦ green 101 ◦ blue 232

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

Shades of Orchid #DC65E8

Tints of Orchid #DC65E8

RGB

 RED value IS 220 (86.33% from 255) = 39.78%

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

 BLUE value IS 232 (91.02% from 255) = 41.95%

R = 39.78%
G = 18.26%
B = 41.95%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC65E8 (or 0xDC65E8) is known color: Orchid. HEX triplet: DC, 65 and E8. RGB value is (220,101,232). Sum of RGB (Red+Green+Blue) = 220+101+232=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC65E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65E8 is #239A17. Grayscale: #979797. Windows color (decimal): -2333208 or 15230428. OLE color: 15230428.

HSL color Cylindrical-coordinate representation of color #DC65E8: hue angle of 294.5º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC65E8 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 101 232 -
CMYK 0.05 0.56 0 0.09
HSL 294.5º 0.74% 0.65% -
HSV(B) 294.5º 0.56% 0.91% -
XYZ 48.73 30.35 79.63 -
YUV 151.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 220 101 232 0.05 0.56 0 0.09 294.5 0.74 0.65
Hex DC 65 E8 5 38 0 9 127 4A 41
Octal 334 145 350 5 70 0 11 447 112 101
Binary 11011100 1100101 11101000 101 111000 0 1001 100100111 1001010 1000001

Color Harmonies of #DC65E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65E8

Black with #DC65E8

Text Example


Text Example

White with #DC65E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65E8; }

 p { color: rgb(220,101,232); }

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

background-color css

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

 a { background-color: rgb(220,101,232); }

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

border-color css

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

 span { border-color: rgb(220,101,232); }

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