Html Css Color HEX #D00CF6 Psychedelic Purple

📋 copy color: '#D00CF6'

red 208 ◦ green 12 ◦ blue 246

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

Shades of Psychedelic Purple #D00CF6

Tints of Psychedelic Purple #D00CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.79%

R = 44.64%
G = 2.58%
B = 52.79%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D00CF6 (or 0xD00CF6) is known color: Psychedelic Purple. HEX triplet: D0, 0C and F6. RGB value is (208,12,246). Sum of RGB (Red+Green+Blue) = 208+12+246=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #D00CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CF6 is #2FF309. Grayscale: #606060. Windows color (decimal): -3142410 or 16125136. OLE color: 16125136.

HSL color Cylindrical-coordinate representation of color #D00CF6: hue angle of 290.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00CF6 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 12 246 -
CMYK 0.15 0.95 0 0.04
HSL 290.26º 0.93% 0.51% -
HSV(B) 290.26º 0.95% 0.96% -
XYZ 42.78 20.33 88.86 -
YUV 97.28 211.93 206.97 -
System Red Green Blue C M Y K H S L
Decimal 208 12 246 0.15 0.95 0 0.04 290.26 0.93 0.51
Hex D0 C F6 F 5F 0 4 122 5D 33
Octal 320 14 366 17 137 0 4 442 135 63
Binary 11010000 1100 11110110 1111 1011111 0 100 100100010 1011101 110011

Color Harmonies of #D00CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CF6

Black with #D00CF6

Text Example


Text Example

White with #D00CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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