Html Css Color HEX #CF01ED Psychedelic Purple

📋 copy color: '#CF01ED'

red 207 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #CF01ED

Tints of Psychedelic Purple #CF01ED

RGB

 RED value IS 207 (81.25% from 255) = 46.52%

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 46.52%
G = 0.22%
B = 53.26%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF01ED (or 0xCF01ED) is known color: Psychedelic Purple. HEX triplet: CF, 01 and ED. RGB value is (207,1,237). Sum of RGB (Red+Green+Blue) = 207+1+237=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF01ED is #30FE12. Grayscale: #585858. Windows color (decimal): -3210771 or 15532495. OLE color: 15532495.

HSL color Cylindrical-coordinate representation of color #CF01ED: hue angle of 292.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01ED is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 1 237 -
CMYK 0.13 1.00 0 0.07
HSL 292.37º 0.99% 0.47% -
HSV(B) 292.37º 1% 0.93% -
XYZ 41.03 19.4 81.7 -
YUV 89.5 211.25 211.81 -
System Red Green Blue C M Y K H S L
Decimal 207 1 237 0.13 1.00 0 0.07 292.37 0.99 0.47
Hex CF 1 ED D 64 0 7 124 63 2F
Octal 317 1 355 15 144 0 7 444 143 57
Binary 11001111 1 11101101 1101 1100100 0 111 100100100 1100011 101111

Color Harmonies of #CF01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF01ED

Black with #CF01ED

Text Example


Text Example

White with #CF01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF01ED; }

 p { color: rgb(207,1,237); }

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

background-color css

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

 a { background-color: rgb(207,1,237); }

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

border-color css

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

 span { border-color: rgb(207,1,237); }

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