Html Css Color HEX #CA4CE9 Medium Orchid

📋 copy color: '#CA4CE9'

red 202 ◦ green 76 ◦ blue 233

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

Shades of Medium Orchid #CA4CE9

Tints of Medium Orchid #CA4CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

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

R = 39.53%
G = 14.87%
B = 45.6%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA4CE9 (or 0xCA4CE9) is known color: Medium Orchid. HEX triplet: CA, 4C and E9. RGB value is (202,76,233). Sum of RGB (Red+Green+Blue) = 202+76+233=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA4CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CE9 is #35B316. Grayscale: #838383. Windows color (decimal): -3519255 or 15289546. OLE color: 15289546.

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

Color convert

RGB 202 76 233 -
CMYK 0.13 0.67 0 0.09
HSL 288.15º 0.78% 0.61% -
HSV(B) 288.15º 0.67% 0.91% -
XYZ 41.65 23.61 79.45 -
YUV 131.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 202 76 233 0.13 0.67 0 0.09 288.15 0.78 0.61
Hex CA 4C E9 D 43 0 9 120 4E 3D
Octal 312 114 351 15 103 0 11 440 116 75
Binary 11001010 1001100 11101001 1101 1000011 0 1001 100100000 1001110 111101

Color Harmonies of #CA4CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CE9

Black with #CA4CE9

Text Example


Text Example

White with #CA4CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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