Html Css Color HEX #D00CF0 Psychedelic Purple

📋 copy color: '#D00CF0'

red 208 ◦ green 12 ◦ blue 240

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

Shades of Psychedelic Purple #D00CF0

Tints of Psychedelic Purple #D00CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.17%

R = 45.22%
G = 2.61%
B = 52.17%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D00CF0 (or 0xD00CF0) is known color: Psychedelic Purple. HEX triplet: D0, 0C and F0. RGB value is (208,12,240). Sum of RGB (Red+Green+Blue) = 208+12+240=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #D00CF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CF0 is #2FF30F. Grayscale: #5F5F5F. Windows color (decimal): -3142416 or 15731920. OLE color: 15731920.

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

Color convert

RGB 208 12 240 -
CMYK 0.13 0.95 0 0.06
HSL 291.58º 0.9% 0.49% -
HSV(B) 291.58º 0.95% 0.94% -
XYZ 41.87 19.96 84.08 -
YUV 96.6 208.93 207.46 -
System Red Green Blue C M Y K H S L
Decimal 208 12 240 0.13 0.95 0 0.06 291.58 0.9 0.49
Hex D0 C F0 D 5F 0 6 124 5A 31
Octal 320 14 360 15 137 0 6 444 132 61
Binary 11010000 1100 11110000 1101 1011111 0 110 100100100 1011010 110001

Color Harmonies of #D00CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CF0

Black with #D00CF0

Text Example


Text Example

White with #D00CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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