Html Css Color HEX #CA3CE9 Medium Orchid

📋 copy color: '#CA3CE9'

red 202 ◦ green 60 ◦ blue 233

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

Shades of Medium Orchid #CA3CE9

Tints of Medium Orchid #CA3CE9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.12%

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 40.81%
G = 12.12%
B = 47.07%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA3CE9 (or 0xCA3CE9) is known color: Medium Orchid. HEX triplet: CA, 3C and E9. RGB value is (202,60,233). Sum of RGB (Red+Green+Blue) = 202+60+233=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA3CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CE9 is #35C316. Grayscale: #797979. Windows color (decimal): -3523351 or 15285450. OLE color: 15285450.

HSL color Cylindrical-coordinate representation of color #CA3CE9: hue angle of 289.25º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3CE9 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 60 233 -
CMYK 0.13 0.74 0 0.09
HSL 289.25º 0.8% 0.57% -
HSV(B) 289.25º 0.74% 0.91% -
XYZ 40.68 21.67 79.13 -
YUV 122.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 202 60 233 0.13 0.74 0 0.09 289.25 0.8 0.57
Hex CA 3C E9 D 4A 0 9 121 50 39
Octal 312 74 351 15 112 0 11 441 120 71
Binary 11001010 111100 11101001 1101 1001010 0 1001 100100001 1010000 111001

Color Harmonies of #CA3CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CE9

Black with #CA3CE9

Text Example


Text Example

White with #CA3CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CE9; }

 p { color: rgb(202,60,233); }

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

background-color css

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

 a { background-color: rgb(202,60,233); }

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

border-color css

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

 span { border-color: rgb(202,60,233); }

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