Html Css Color HEX #CF00FD Psychedelic Purple

📋 copy color: '#CF00FD'

red 207 ◦ green 0 ◦ blue 253

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

Shades of Psychedelic Purple #CF00FD

Tints of Psychedelic Purple #CF00FD

RGB

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

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

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

R = 45%
G = 0%
B = 55%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF00FD (or 0xCF00FD) is known color: Psychedelic Purple. HEX triplet: CF, 00 and FD. RGB value is (207,0,253). Sum of RGB (Red+Green+Blue) = 207+0+253=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00FD is #30FF02. Grayscale: #595959. Windows color (decimal): -3211011 or 16580815. OLE color: 16580815.

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

Color convert

RGB 207 0 253 -
CMYK 0.18 1 0 0.01
HSL 289.09º 1% 0.5% -
HSV(B) 289.09º 1% 0.99% -
XYZ 43.46 20.36 94.57 -
YUV 90.74 219.58 210.93 -
System Red Green Blue C M Y K H S L
Decimal 207 0 253 0.18 1 0 0.01 289.09 1 0.5
Hex CF 0 FD 12 64 0 1 121 64 32
Octal 317 0 375 22 144 0 1 441 144 62
Binary 11001111 0 11111101 10010 1100100 0 1 100100001 1100100 110010

Color Harmonies of #CF00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00FD

Black with #CF00FD

Text Example


Text Example

White with #CF00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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