Html Css Color HEX #CD10ED Psychedelic Purple

📋 copy color: '#CD10ED'

red 205 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #CD10ED

Tints of Psychedelic Purple #CD10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

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

R = 44.76%
G = 3.49%
B = 51.75%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD10ED (or 0xCD10ED) is known color: Psychedelic Purple. HEX triplet: CD, 10 and ED. RGB value is (205,16,237). Sum of RGB (Red+Green+Blue) = 205+16+237=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD10ED is #32EF12. Grayscale: #616161. Windows color (decimal): -3338003 or 15536333. OLE color: 15536333.

HSL color Cylindrical-coordinate representation of color #CD10ED: hue angle of 291.31º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD10ED is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 16 237 -
CMYK 0.14 0.93 0 0.07
HSL 291.31º 0.87% 0.5% -
HSV(B) 291.31º 0.93% 0.93% -
XYZ 40.65 19.46 81.74 -
YUV 97.71 206.62 204.53 -
System Red Green Blue C M Y K H S L
Decimal 205 16 237 0.14 0.93 0 0.07 291.31 0.87 0.5
Hex CD 10 ED E 5D 0 7 123 57 32
Octal 315 20 355 16 135 0 7 443 127 62
Binary 11001101 10000 11101101 1110 1011101 0 111 100100011 1010111 110010

Color Harmonies of #CD10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD10ED

Black with #CD10ED

Text Example


Text Example

White with #CD10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD10ED; }

 p { color: rgb(205,16,237); }

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

background-color css

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

 a { background-color: rgb(205,16,237); }

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

border-color css

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

 span { border-color: rgb(205,16,237); }

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