Html Css Color HEX #D60CE6 Psychedelic Purple

📋 copy color: '#D60CE6'

red 214 ◦ green 12 ◦ blue 230

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

Shades of Psychedelic Purple #D60CE6

Tints of Psychedelic Purple #D60CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.44%

R = 46.93%
G = 2.63%
B = 50.44%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D60CE6 (or 0xD60CE6) is known color: Psychedelic Purple. HEX triplet: D6, 0C and E6. RGB value is (214,12,230). Sum of RGB (Red+Green+Blue) = 214+12+230=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #D60CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60CE6 is #29F319. Grayscale: #606060. Windows color (decimal): -2749210 or 15076566. OLE color: 15076566.

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

Color convert

RGB 214 12 230 -
CMYK 0.07 0.95 0 0.10
HSL 295.6º 0.9% 0.47% -
HSV(B) 295.6º 0.95% 0.9% -
XYZ 42.15 20.27 76.55 -
YUV 97.25 202.92 211.27 -
System Red Green Blue C M Y K H S L
Decimal 214 12 230 0.07 0.95 0 0.10 295.6 0.9 0.47
Hex D6 C E6 7 5F 0 A 128 5A 2F
Octal 326 14 346 7 137 0 12 450 132 57
Binary 11010110 1100 11100110 111 1011111 0 1010 100101000 1011010 101111

Color Harmonies of #D60CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CE6

Black with #D60CE6

Text Example


Text Example

White with #D60CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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