Html Css Color HEX #DC65EA Orchid

📋 copy color: '#DC65EA'

red 220 ◦ green 101 ◦ blue 234

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

Shades of Orchid #DC65EA

Tints of Orchid #DC65EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 39.64%
G = 18.2%
B = 42.16%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC65EA (or 0xDC65EA) is known color: Orchid. HEX triplet: DC, 65 and EA. RGB value is (220,101,234). Sum of RGB (Red+Green+Blue) = 220+101+234=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65EA is #239A15. Grayscale: #979797. Windows color (decimal): -2333206 or 15361500. OLE color: 15361500.

HSL color Cylindrical-coordinate representation of color #DC65EA: hue angle of 293.68º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC65EA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 101 234 -
CMYK 0.06 0.57 0 0.08
HSL 293.68º 0.76% 0.66% -
HSV(B) 293.68º 0.57% 0.92% -
XYZ 49.02 30.46 81.14 -
YUV 151.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 220 101 234 0.06 0.57 0 0.08 293.68 0.76 0.66
Hex DC 65 EA 6 39 0 8 126 4C 42
Octal 334 145 352 6 71 0 10 446 114 102
Binary 11011100 1100101 11101010 110 111001 0 1000 100100110 1001100 1000010

Color Harmonies of #DC65EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65EA

Black with #DC65EA

Text Example


Text Example

White with #DC65EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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