Html Css Color HEX #CF29ED Psychedelic Purple

📋 copy color: '#CF29ED'

red 207 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #CF29ED

Tints of Psychedelic Purple #CF29ED

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.45%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 42.68%
G = 8.45%
B = 48.87%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF29ED (or 0xCF29ED) is known color: Psychedelic Purple. HEX triplet: CF, 29 and ED. RGB value is (207,41,237). Sum of RGB (Red+Green+Blue) = 207+41+237=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF29ED is #30D612. Grayscale: #707070. Windows color (decimal): -3200531 or 15542735. OLE color: 15542735.

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

Color convert

RGB 207 41 237 -
CMYK 0.13 0.83 0 0.07
HSL 290.82º 0.84% 0.55% -
HSV(B) 290.82º 0.83% 0.93% -
XYZ 41.81 20.97 81.96 -
YUV 112.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 207 41 237 0.13 0.83 0 0.07 290.82 0.84 0.55
Hex CF 29 ED D 53 0 7 123 54 37
Octal 317 51 355 15 123 0 7 443 124 67
Binary 11001111 101001 11101101 1101 1010011 0 111 100100011 1010100 110111

Color Harmonies of #CF29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29ED

Black with #CF29ED

Text Example


Text Example

White with #CF29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29ED; }

 p { color: rgb(207,41,237); }

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

background-color css

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

 a { background-color: rgb(207,41,237); }

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

border-color css

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

 span { border-color: rgb(207,41,237); }

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