Html Css Color HEX #CF17F6 Psychedelic Purple

📋 copy color: '#CF17F6'

red 207 ◦ green 23 ◦ blue 246

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

Shades of Psychedelic Purple #CF17F6

Tints of Psychedelic Purple #CF17F6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.83%

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 43.49%
G = 4.83%
B = 51.68%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF17F6 (or 0xCF17F6) is known color: Psychedelic Purple. HEX triplet: CF, 17 and F6. RGB value is (207,23,246). Sum of RGB (Red+Green+Blue) = 207+23+246=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF17F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF17F6 is #30E809. Grayscale: #666666. Windows color (decimal): -3205130 or 16127951. OLE color: 16127951.

HSL color Cylindrical-coordinate representation of color #CF17F6: hue angle of 289.51º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF17F6 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 23 246 -
CMYK 0.16 0.91 0 0.04
HSL 289.51º 0.93% 0.53% -
HSV(B) 289.51º 0.91% 0.96% -
XYZ 42.67 20.53 88.9 -
YUV 103.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 207 23 246 0.16 0.91 0 0.04 289.51 0.93 0.53
Hex CF 17 F6 10 5B 0 4 122 5D 35
Octal 317 27 366 20 133 0 4 442 135 65
Binary 11001111 10111 11110110 10000 1011011 0 100 100100010 1011101 110101

Color Harmonies of #CF17F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF17F6

Black with #CF17F6

Text Example


Text Example

White with #CF17F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF17F6; }

 p { color: rgb(207,23,246); }

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

background-color css

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

 a { background-color: rgb(207,23,246); }

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

border-color css

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

 span { border-color: rgb(207,23,246); }

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