Html Css Color HEX #CA46ED Medium Orchid

📋 copy color: '#CA46ED'

red 202 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #CA46ED

Tints of Medium Orchid #CA46ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.75%

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 39.69%
G = 13.75%
B = 46.56%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA46ED (or 0xCA46ED) is known color: Medium Orchid. HEX triplet: CA, 46 and ED. RGB value is (202,70,237). Sum of RGB (Red+Green+Blue) = 202+70+237=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA46ED is #35B912. Grayscale: #7F7F7F. Windows color (decimal): -3520787 or 15550154. OLE color: 15550154.

HSL color Cylindrical-coordinate representation of color #CA46ED: hue angle of 287.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA46ED is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 70 237 -
CMYK 0.15 0.70 0 0.07
HSL 287.43º 0.82% 0.6% -
HSV(B) 287.43º 0.7% 0.93% -
XYZ 41.83 23.05 82.37 -
YUV 128.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 202 70 237 0.15 0.70 0 0.07 287.43 0.82 0.6
Hex CA 46 ED F 46 0 7 11F 52 3C
Octal 312 106 355 17 106 0 7 437 122 74
Binary 11001010 1000110 11101101 1111 1000110 0 111 100011111 1010010 111100

Color Harmonies of #CA46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46ED

Black with #CA46ED

Text Example


Text Example

White with #CA46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46ED; }

 p { color: rgb(202,70,237); }

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

background-color css

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

 a { background-color: rgb(202,70,237); }

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

border-color css

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

 span { border-color: rgb(202,70,237); }

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