Html Css Color HEX #CA3CE7 Medium Orchid

📋 copy color: '#CA3CE7'

red 202 ◦ green 60 ◦ blue 231

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

Shades of Medium Orchid #CA3CE7

Tints of Medium Orchid #CA3CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 40.97%
G = 12.17%
B = 46.86%

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

#CA3CE7 (or 0xCA3CE7) is known color: Medium Orchid. HEX triplet: CA, 3C and E7. RGB value is (202,60,231). Sum of RGB (Red+Green+Blue) = 202+60+231=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA3CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CE7 is #35C318. Grayscale: #797979. Windows color (decimal): -3523353 or 15154378. OLE color: 15154378.

HSL color Cylindrical-coordinate representation of color #CA3CE7: hue angle of 289.82º degrees, saturation: 0.78, 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 #CA3CE7 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 60 231 -
CMYK 0.13 0.74 0 0.09
HSL 289.82º 0.78% 0.57% -
HSV(B) 289.82º 0.74% 0.91% -
XYZ 40.4 21.56 77.63 -
YUV 121.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 202 60 231 0.13 0.74 0 0.09 289.82 0.78 0.57
Hex CA 3C E7 D 4A 0 9 122 4E 39
Octal 312 74 347 15 112 0 11 442 116 71
Binary 11001010 111100 11100111 1101 1001010 0 1001 100100010 1001110 111001

Color Harmonies of #CA3CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CE7

Black with #CA3CE7

Text Example


Text Example

White with #CA3CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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