Html Css Color HEX #CF27EF Psychedelic Purple

📋 copy color: '#CF27EF'

red 207 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #CF27EF

Tints of Psychedelic Purple #CF27EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.04%

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 42.68%
G = 8.04%
B = 49.28%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF27EF (or 0xCF27EF) is known color: Psychedelic Purple. HEX triplet: CF, 27 and EF. RGB value is (207,39,239). Sum of RGB (Red+Green+Blue) = 207+39+239=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF27EF is #30D810. Grayscale: #6F6F6F. Windows color (decimal): -3201041 or 15673295. OLE color: 15673295.

HSL color Cylindrical-coordinate representation of color #CF27EF: hue angle of 290.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF27EF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 39 239 -
CMYK 0.13 0.84 0 0.06
HSL 290.4º 0.86% 0.55% -
HSV(B) 290.4º 0.84% 0.94% -
XYZ 42.04 20.95 83.49 -
YUV 112.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 207 39 239 0.13 0.84 0 0.06 290.4 0.86 0.55
Hex CF 27 EF D 54 0 6 122 56 37
Octal 317 47 357 15 124 0 6 442 126 67
Binary 11001111 100111 11101111 1101 1010100 0 110 100100010 1010110 110111

Color Harmonies of #CF27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF27EF

Black with #CF27EF

Text Example


Text Example

White with #CF27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF27EF; }

 p { color: rgb(207,39,239); }

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

background-color css

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

 a { background-color: rgb(207,39,239); }

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

border-color css

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

 span { border-color: rgb(207,39,239); }

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