Html Css Color HEX #DC0CED Psychedelic Purple

📋 copy color: '#DC0CED'

red 220 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #DC0CED

Tints of Psychedelic Purple #DC0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.56%

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 46.91%
G = 2.56%
B = 50.53%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC0CED (or 0xDC0CED) is known color: Psychedelic Purple. HEX triplet: DC, 0C and ED. RGB value is (220,12,237). Sum of RGB (Red+Green+Blue) = 220+12+237=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0CED is #23F312. Grayscale: #636363. Windows color (decimal): -2355987 or 15535324. OLE color: 15535324.

HSL color Cylindrical-coordinate representation of color #DC0CED: hue angle of 295.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CED is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 12 237 -
CMYK 0.07 0.95 0 0.07
HSL 295.47º 0.9% 0.49% -
HSV(B) 295.47º 0.95% 0.93% -
XYZ 44.93 21.59 81.92 -
YUV 99.84 205.41 213.7 -
System Red Green Blue C M Y K H S L
Decimal 220 12 237 0.07 0.95 0 0.07 295.47 0.9 0.49
Hex DC C ED 7 5F 0 7 127 5A 31
Octal 334 14 355 7 137 0 7 447 132 61
Binary 11011100 1100 11101101 111 1011111 0 111 100100111 1011010 110001

Color Harmonies of #DC0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CED

Black with #DC0CED

Text Example


Text Example

White with #DC0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CED; }

 p { color: rgb(220,12,237); }

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

background-color css

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

 a { background-color: rgb(220,12,237); }

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

border-color css

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

 span { border-color: rgb(220,12,237); }

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