Html Css Color HEX #CA3BF2 Medium Orchid

📋 copy color: '#CA3BF2'

red 202 ◦ green 59 ◦ blue 242

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

Shades of Medium Orchid #CA3BF2

Tints of Medium Orchid #CA3BF2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.73%

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 40.16%
G = 11.73%
B = 48.11%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA3BF2 (or 0xCA3BF2) is known color: Medium Orchid. HEX triplet: CA, 3B and F2. RGB value is (202,59,242). Sum of RGB (Red+Green+Blue) = 202+59+242=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA3BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3BF2 is #35C40D. Grayscale: #7A7A7A. Windows color (decimal): -3523598 or 15875018. OLE color: 15875018.

HSL color Cylindrical-coordinate representation of color #CA3BF2: hue angle of 286.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3BF2 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 59 242 -
CMYK 0.17 0.76 0 0.05
HSL 286.89º 0.88% 0.59% -
HSV(B) 286.89º 0.76% 0.95% -
XYZ 41.95 22.1 86.06 -
YUV 122.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 202 59 242 0.17 0.76 0 0.05 286.89 0.88 0.59
Hex CA 3B F2 11 4C 0 5 11F 58 3B
Octal 312 73 362 21 114 0 5 437 130 73
Binary 11001010 111011 11110010 10001 1001100 0 101 100011111 1011000 111011

Color Harmonies of #CA3BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3BF2

Black with #CA3BF2

Text Example


Text Example

White with #CA3BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3BF2; }

 p { color: rgb(202,59,242); }

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

background-color css

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

 a { background-color: rgb(202,59,242); }

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

border-color css

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

 span { border-color: rgb(202,59,242); }

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