Html Css Color HEX #CF00EA Psychedelic Purple

📋 copy color: '#CF00EA'

red 207 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #CF00EA

Tints of Psychedelic Purple #CF00EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 46.94%
G = 0%
B = 53.06%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF00EA (or 0xCF00EA) is known color: Psychedelic Purple. HEX triplet: CF, 00 and EA. RGB value is (207,0,234). Sum of RGB (Red+Green+Blue) = 207+0+234=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00EA is #30FF15. Grayscale: #575757. Windows color (decimal): -3211030 or 15335631. OLE color: 15335631.

HSL color Cylindrical-coordinate representation of color #CF00EA: hue angle of 293.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00EA is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 0 234 -
CMYK 0.12 1 0 0.08
HSL 293.08º 1% 0.46% -
HSV(B) 293.08º 1% 0.92% -
XYZ 40.58 19.21 79.41 -
YUV 88.57 210.08 212.47 -
System Red Green Blue C M Y K H S L
Decimal 207 0 234 0.12 1 0 0.08 293.08 1 0.46
Hex CF 0 EA C 64 0 8 125 64 2E
Octal 317 0 352 14 144 0 10 445 144 56
Binary 11001111 0 11101010 1100 1100100 0 1000 100100101 1100100 101110

Color Harmonies of #CF00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00EA

Black with #CF00EA

Text Example


Text Example

White with #CF00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00EA; }

 p { color: rgb(207,0,234); }

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

background-color css

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

 a { background-color: rgb(207,0,234); }

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

border-color css

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

 span { border-color: rgb(207,0,234); }

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