Html Css Color HEX #CF00FF Psychedelic Purple

📋 copy color: '#CF00FF'

red 207 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #CF00FF

Tints of Psychedelic Purple #CF00FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 44.81%
G = 0%
B = 55.19%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF00FF (or 0xCF00FF) is known color: Psychedelic Purple. HEX triplet: CF, 00 and FF. RGB value is (207,0,255). Sum of RGB (Red+Green+Blue) = 207+0+255=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00FF is #30FF00. Grayscale: #5A5A5A. Windows color (decimal): -3211009 or 16711887. OLE color: 16711887.

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

Color convert

RGB 207 0 255 -
CMYK 0.19 1 0 0
HSL 288.71º 1% 0.5% -
HSV(B) 288.71º 1% 1% -
XYZ 43.78 20.49 96.25 -
YUV 90.96 220.58 210.77 -
System Red Green Blue C M Y K H S L
Decimal 207 0 255 0.19 1 0 0 288.71 1 0.5
Hex CF 0 FF 13 64 0 0 121 64 32
Octal 317 0 377 23 144 0 0 441 144 62
Binary 11001111 0 11111111 10011 1100100 0 0 100100001 1100100 110010

Color Harmonies of #CF00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00FF

Black with #CF00FF

Text Example


Text Example

White with #CF00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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