Html Css Color HEX #CF13EE Psychedelic Purple

📋 copy color: '#CF13EE'

red 207 ◦ green 19 ◦ blue 238

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

Shades of Psychedelic Purple #CF13EE

Tints of Psychedelic Purple #CF13EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 44.61%
G = 4.09%
B = 51.29%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF13EE (or 0xCF13EE) is known color: Psychedelic Purple. HEX triplet: CF, 13 and EE. RGB value is (207,19,238). Sum of RGB (Red+Green+Blue) = 207+19+238=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF13EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF13EE is #30EC11. Grayscale: #636363. Windows color (decimal): -3206162 or 15602639. OLE color: 15602639.

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

Color convert

RGB 207 19 238 -
CMYK 0.13 0.92 0 0.07
HSL 291.51º 0.87% 0.5% -
HSV(B) 291.51º 0.92% 0.93% -
XYZ 41.4 19.9 82.55 -
YUV 100.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 207 19 238 0.13 0.92 0 0.07 291.51 0.87 0.5
Hex CF 13 EE D 5C 0 7 124 57 32
Octal 317 23 356 15 134 0 7 444 127 62
Binary 11001111 10011 11101110 1101 1011100 0 111 100100100 1010111 110010

Color Harmonies of #CF13EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF13EE

Black with #CF13EE

Text Example


Text Example

White with #CF13EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF13EE; }

 p { color: rgb(207,19,238); }

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

background-color css

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

 a { background-color: rgb(207,19,238); }

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

border-color css

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

 span { border-color: rgb(207,19,238); }

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