Html Css Color HEX #CA35DD Medium Orchid

📋 copy color: '#CA35DD'

red 202 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #CA35DD

Tints of Medium Orchid #CA35DD

RGB

 RED value IS 202 (79.3% from 255) = 42.44%

 GREEN value IS 53 (21.09% from 255) = 11.13%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 42.44%
G = 11.13%
B = 46.43%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA35DD (or 0xCA35DD) is known color: Medium Orchid. HEX triplet: CA, 35 and DD. RGB value is (202,53,221). Sum of RGB (Red+Green+Blue) = 202+53+221=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35DD is #35CA22. Grayscale: #747474. Windows color (decimal): -3525155 or 14497226. OLE color: 14497226.

HSL color Cylindrical-coordinate representation of color #CA35DD: hue angle of 293.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA35DD is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 53 221 -
CMYK 0.09 0.76 0 0.13
HSL 293.21º 0.71% 0.54% -
HSV(B) 293.21º 0.76% 0.87% -
XYZ 38.68 20.32 70.29 -
YUV 116.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 202 53 221 0.09 0.76 0 0.13 293.21 0.71 0.54
Hex CA 35 DD 9 4C 0 D 125 47 36
Octal 312 65 335 11 114 0 15 445 107 66
Binary 11001010 110101 11011101 1001 1001100 0 1101 100100101 1000111 110110

Color Harmonies of #CA35DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA35DD

Black with #CA35DD

Text Example


Text Example

White with #CA35DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA35DD; }

 p { color: rgb(202,53,221); }

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

background-color css

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

 a { background-color: rgb(202,53,221); }

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

border-color css

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

 span { border-color: rgb(202,53,221); }

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