Html Css Color HEX #D00CED Psychedelic Purple

📋 copy color: '#D00CED'

red 208 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #D00CED

Tints of Psychedelic Purple #D00CED

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

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

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

R = 45.51%
G = 2.63%
B = 51.86%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D00CED (or 0xD00CED) is known color: Psychedelic Purple. HEX triplet: D0, 0C and ED. RGB value is (208,12,237). Sum of RGB (Red+Green+Blue) = 208+12+237=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #D00CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CED is #2FF312. Grayscale: #5F5F5F. Windows color (decimal): -3142419 or 15535312. OLE color: 15535312.

HSL color Cylindrical-coordinate representation of color #D00CED: hue angle of 292.27º 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 #D00CED is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 12 237 -
CMYK 0.12 0.95 0 0.07
HSL 292.27º 0.9% 0.49% -
HSV(B) 292.27º 0.95% 0.93% -
XYZ 41.43 19.79 81.76 -
YUV 96.25 207.43 207.7 -
System Red Green Blue C M Y K H S L
Decimal 208 12 237 0.12 0.95 0 0.07 292.27 0.9 0.49
Hex D0 C ED C 5F 0 7 124 5A 31
Octal 320 14 355 14 137 0 7 444 132 61
Binary 11010000 1100 11101101 1100 1011111 0 111 100100100 1011010 110001

Color Harmonies of #D00CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CED

Black with #D00CED

Text Example


Text Example

White with #D00CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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