Html Css Color HEX #CF13EF Psychedelic Purple

📋 copy color: '#CF13EF'

red 207 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #CF13EF

Tints of Psychedelic Purple #CF13EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 44.52%
G = 4.09%
B = 51.4%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF13EF (or 0xCF13EF) is known color: Psychedelic Purple. HEX triplet: CF, 13 and EF. RGB value is (207,19,239). Sum of RGB (Red+Green+Blue) = 207+19+239=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF13EF is #30EC10. Grayscale: #636363. Windows color (decimal): -3206161 or 15668175. OLE color: 15668175.

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

Color convert

RGB 207 19 239 -
CMYK 0.13 0.92 0 0.06
HSL 291.27º 0.87% 0.51% -
HSV(B) 291.27º 0.92% 0.94% -
XYZ 41.54 19.96 83.32 -
YUV 100.29 206.28 204.11 -
System Red Green Blue C M Y K H S L
Decimal 207 19 239 0.13 0.92 0 0.06 291.27 0.87 0.51
Hex CF 13 EF D 5C 0 6 123 57 33
Octal 317 23 357 15 134 0 6 443 127 63
Binary 11001111 10011 11101111 1101 1011100 0 110 100100011 1010111 110011

Color Harmonies of #CF13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF13EF

Black with #CF13EF

Text Example


Text Example

White with #CF13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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