Html Css Color HEX #CF06FD Psychedelic Purple

📋 copy color: '#CF06FD'

red 207 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #CF06FD

Tints of Psychedelic Purple #CF06FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.29%

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

R = 44.42%
G = 1.29%
B = 54.29%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF06FD (or 0xCF06FD) is known color: Psychedelic Purple. HEX triplet: CF, 06 and FD. RGB value is (207,6,253). Sum of RGB (Red+Green+Blue) = 207+6+253=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF06FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF06FD is #30F902. Grayscale: #5D5D5D. Windows color (decimal): -3209475 or 16582351. OLE color: 16582351.

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

Color convert

RGB 207 6 253 -
CMYK 0.18 0.98 0 0.01
HSL 288.83º 0.98% 0.51% -
HSV(B) 288.83º 0.98% 0.99% -
XYZ 43.53 20.49 94.59 -
YUV 94.26 217.59 208.42 -
System Red Green Blue C M Y K H S L
Decimal 207 6 253 0.18 0.98 0 0.01 288.83 0.98 0.51
Hex CF 6 FD 12 62 0 1 121 62 33
Octal 317 6 375 22 142 0 1 441 142 63
Binary 11001111 110 11111101 10010 1100010 0 1 100100001 1100010 110011

Color Harmonies of #CF06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06FD

Black with #CF06FD

Text Example


Text Example

White with #CF06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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