Html Css Color HEX #D60CEB Psychedelic Purple

📋 copy color: '#D60CEB'

red 214 ◦ green 12 ◦ blue 235

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

Shades of Psychedelic Purple #D60CEB

Tints of Psychedelic Purple #D60CEB

RGB

 RED value IS 214 (83.98% from 255) = 46.42%

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

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 46.42%
G = 2.6%
B = 50.98%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D60CEB (or 0xD60CEB) is known color: Psychedelic Purple. HEX triplet: D6, 0C and EB. RGB value is (214,12,235). Sum of RGB (Red+Green+Blue) = 214+12+235=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #D60CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60CEB is #29F314. Grayscale: #616161. Windows color (decimal): -2749205 or 15404246. OLE color: 15404246.

HSL color Cylindrical-coordinate representation of color #D60CEB: hue angle of 294.35º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60CEB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 12 235 -
CMYK 0.09 0.95 0 0.08
HSL 294.35º 0.9% 0.48% -
HSV(B) 294.35º 0.95% 0.92% -
XYZ 42.86 20.56 80.31 -
YUV 97.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 214 12 235 0.09 0.95 0 0.08 294.35 0.9 0.48
Hex D6 C EB 9 5F 0 8 126 5A 30
Octal 326 14 353 11 137 0 10 446 132 60
Binary 11010110 1100 11101011 1001 1011111 0 1000 100100110 1011010 110000

Color Harmonies of #D60CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CEB

Black with #D60CEB

Text Example


Text Example

White with #D60CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CEB; }

 p { color: rgb(214,12,235); }

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

background-color css

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

 a { background-color: rgb(214,12,235); }

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

border-color css

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

 span { border-color: rgb(214,12,235); }

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