Html Css Color HEX #CF1DEE Psychedelic Purple

📋 copy color: '#CF1DEE'

red 207 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #CF1DEE

Tints of Psychedelic Purple #CF1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.12%

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 43.67%
G = 6.12%
B = 50.21%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF1DEE (or 0xCF1DEE) is known color: Psychedelic Purple. HEX triplet: CF, 1D and EE. RGB value is (207,29,238). Sum of RGB (Red+Green+Blue) = 207+29+238=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1DEE is #30E211. Grayscale: #696969. Windows color (decimal): -3203602 or 15605199. OLE color: 15605199.

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

Color convert

RGB 207 29 238 -
CMYK 0.13 0.88 0 0.07
HSL 291.1º 0.86% 0.52% -
HSV(B) 291.1º 0.88% 0.93% -
XYZ 41.6 20.32 82.62 -
YUV 106.05 202.47 200.01 -
System Red Green Blue C M Y K H S L
Decimal 207 29 238 0.13 0.88 0 0.07 291.1 0.86 0.52
Hex CF 1D EE D 58 0 7 123 56 34
Octal 317 35 356 15 130 0 7 443 126 64
Binary 11001111 11101 11101110 1101 1011000 0 111 100100011 1010110 110100

Color Harmonies of #CF1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1DEE

Black with #CF1DEE

Text Example


Text Example

White with #CF1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1DEE; }

 p { color: rgb(207,29,238); }

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

background-color css

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

 a { background-color: rgb(207,29,238); }

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

border-color css

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

 span { border-color: rgb(207,29,238); }

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