Html Css Color HEX #CF00FA Psychedelic Purple

📋 copy color: '#CF00FA'

red 207 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #CF00FA

Tints of Psychedelic Purple #CF00FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 45.3%
G = 0%
B = 54.7%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF00FA (or 0xCF00FA) is known color: Psychedelic Purple. HEX triplet: CF, 00 and FA. RGB value is (207,0,250). Sum of RGB (Red+Green+Blue) = 207+0+250=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00FA is #30FF05. Grayscale: #595959. Windows color (decimal): -3211014 or 16384207. OLE color: 16384207.

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

Color convert

RGB 207 0 250 -
CMYK 0.17 1 0 0.02
HSL 289.68º 1% 0.49% -
HSV(B) 289.68º 1% 0.98% -
XYZ 42.99 20.17 92.07 -
YUV 90.39 218.08 211.17 -
System Red Green Blue C M Y K H S L
Decimal 207 0 250 0.17 1 0 0.02 289.68 1 0.49
Hex CF 0 FA 11 64 0 2 122 64 31
Octal 317 0 372 21 144 0 2 442 144 61
Binary 11001111 0 11111010 10001 1100100 0 10 100100010 1100100 110001

Color Harmonies of #CF00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00FA

Black with #CF00FA

Text Example


Text Example

White with #CF00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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