Html Css Color HEX #CD09EF Psychedelic Purple

📋 copy color: '#CD09EF'

red 205 ◦ green 9 ◦ blue 239

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

Shades of Psychedelic Purple #CD09EF

Tints of Psychedelic Purple #CD09EF

RGB

 RED value IS 205 (80.47% from 255) = 45.25%

 GREEN value IS 9 (3.91% from 255) = 1.99%

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

R = 45.25%
G = 1.99%
B = 52.76%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD09EF (or 0xCD09EF) is known color: Psychedelic Purple. HEX triplet: CD, 09 and EF. RGB value is (205,9,239). Sum of RGB (Red+Green+Blue) = 205+9+239=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD09EF is #32F610. Grayscale: #5D5D5D. Windows color (decimal): -3339793 or 15665613. OLE color: 15665613.

HSL color Cylindrical-coordinate representation of color #CD09EF: hue angle of 291.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD09EF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 9 239 -
CMYK 0.14 0.96 0 0.06
HSL 291.13º 0.93% 0.49% -
HSV(B) 291.13º 0.96% 0.94% -
XYZ 40.85 19.41 83.25 -
YUV 93.82 209.93 207.3 -
System Red Green Blue C M Y K H S L
Decimal 205 9 239 0.14 0.96 0 0.06 291.13 0.93 0.49
Hex CD 9 EF E 60 0 6 123 5D 31
Octal 315 11 357 16 140 0 6 443 135 61
Binary 11001101 1001 11101111 1110 1100000 0 110 100100011 1011101 110001

Color Harmonies of #CD09EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD09EF

Black with #CD09EF

Text Example


Text Example

White with #CD09EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD09EF; }

 p { color: rgb(205,9,239); }

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

background-color css

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

 a { background-color: rgb(205,9,239); }

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

border-color css

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

 span { border-color: rgb(205,9,239); }

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