Html Css Color HEX #CF00ED Psychedelic Purple

📋 copy color: '#CF00ED'

red 207 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #CF00ED

Tints of Psychedelic Purple #CF00ED

RGB

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

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

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

R = 46.62%
G = 0%
B = 53.38%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF00ED (or 0xCF00ED) is known color: Psychedelic Purple. HEX triplet: CF, 00 and ED. RGB value is (207,0,237). Sum of RGB (Red+Green+Blue) = 207+0+237=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00ED is #30FF12. Grayscale: #585858. Windows color (decimal): -3211027 or 15532239. OLE color: 15532239.

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

Color convert

RGB 207 0 237 -
CMYK 0.13 1 0 0.07
HSL 292.41º 1% 0.46% -
HSV(B) 292.41º 1% 0.93% -
XYZ 41.02 19.38 81.7 -
YUV 88.91 211.58 212.23 -
System Red Green Blue C M Y K H S L
Decimal 207 0 237 0.13 1 0 0.07 292.41 1 0.46
Hex CF 0 ED D 64 0 7 124 64 2E
Octal 317 0 355 15 144 0 7 444 144 56
Binary 11001111 0 11101101 1101 1100100 0 111 100100100 1100100 101110

Color Harmonies of #CF00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00ED

Black with #CF00ED

Text Example


Text Example

White with #CF00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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