Html Css Color HEX #CF15FD Psychedelic Purple

📋 copy color: '#CF15FD'

red 207 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #CF15FD

Tints of Psychedelic Purple #CF15FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.37%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 43.04%
G = 4.37%
B = 52.6%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF15FD (or 0xCF15FD) is known color: Psychedelic Purple. HEX triplet: CF, 15 and FD. RGB value is (207,21,253). Sum of RGB (Red+Green+Blue) = 207+21+253=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF15FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF15FD is #30EA02. Grayscale: #666666. Windows color (decimal): -3205635 or 16586191. OLE color: 16586191.

HSL color Cylindrical-coordinate representation of color #CF15FD: hue angle of 288.1º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF15FD is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 21 253 -
CMYK 0.18 0.92 0 0.01
HSL 288.1º 0.98% 0.54% -
HSV(B) 288.1º 0.92% 0.99% -
XYZ 43.73 20.89 94.66 -
YUV 103.06 212.62 202.14 -
System Red Green Blue C M Y K H S L
Decimal 207 21 253 0.18 0.92 0 0.01 288.1 0.98 0.54
Hex CF 15 FD 12 5C 0 1 120 62 36
Octal 317 25 375 22 134 0 1 440 142 66
Binary 11001111 10101 11111101 10010 1011100 0 1 100100000 1100010 110110

Color Harmonies of #CF15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15FD

Black with #CF15FD

Text Example


Text Example

White with #CF15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15FD; }

 p { color: rgb(207,21,253); }

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

background-color css

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

 a { background-color: rgb(207,21,253); }

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

border-color css

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

 span { border-color: rgb(207,21,253); }

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