Html Css Color HEX #CD62CA Fuchsia

📋 copy color: '#CD62CA'

red 205 ◦ green 98 ◦ blue 202

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

Shades of Fuchsia #CD62CA

Tints of Fuchsia #CD62CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.41%

 BLUE value IS 202 (79.3% from 255) = 40%

R = 40.59%
G = 19.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD62CA (or 0xCD62CA) is known color: Fuchsia. HEX triplet: CD, 62 and CA. RGB value is (205,98,202). Sum of RGB (Red+Green+Blue) = 205+98+202=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62CA is #329D35. Grayscale: #8D8D8D. Windows color (decimal): -3317046 or 13263565. OLE color: 13263565.

HSL color Cylindrical-coordinate representation of color #CD62CA: hue angle of 301.68º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD62CA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 98 202 -
CMYK 0 0.52 0.01 0.20
HSL 301.68º 0.52% 0.59% -
HSV(B) 301.68º 0.52% 0.8% -
XYZ 40.21 25.98 58.77 -
YUV 141.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 205 98 202 0 0.52 0.01 0.20 301.68 0.52 0.59
Hex CD 62 CA 0 34 1 14 12E 34 3B
Octal 315 142 312 0 64 1 24 456 64 73
Binary 11001101 1100010 11001010 0 110100 1 10100 100101110 110100 111011

Color Harmonies of #CD62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD62CA

Black with #CD62CA

Text Example


Text Example

White with #CD62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD62CA; }

 p { color: rgb(205,98,202); }

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

background-color css

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

 a { background-color: rgb(205,98,202); }

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

border-color css

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

 span { border-color: rgb(205,98,202); }

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