Html Css Color HEX #CA3FEF Medium Orchid

📋 copy color: '#CA3FEF'

red 202 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #CA3FEF

Tints of Medium Orchid #CA3FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.5%

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 40.08%
G = 12.5%
B = 47.42%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA3FEF (or 0xCA3FEF) is known color: Medium Orchid. HEX triplet: CA, 3F and EF. RGB value is (202,63,239). Sum of RGB (Red+Green+Blue) = 202+63+239=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA3FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FEF is #35C010. Grayscale: #7C7C7C. Windows color (decimal): -3522577 or 15679434. OLE color: 15679434.

HSL color Cylindrical-coordinate representation of color #CA3FEF: hue angle of 287.39º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3FEF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 63 239 -
CMYK 0.15 0.74 0 0.06
HSL 287.39º 0.85% 0.59% -
HSV(B) 287.39º 0.74% 0.94% -
XYZ 41.71 22.34 83.78 -
YUV 124.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 202 63 239 0.15 0.74 0 0.06 287.39 0.85 0.59
Hex CA 3F EF F 4A 0 6 11F 55 3B
Octal 312 77 357 17 112 0 6 437 125 73
Binary 11001010 111111 11101111 1111 1001010 0 110 100011111 1010101 111011

Color Harmonies of #CA3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3FEF

Black with #CA3FEF

Text Example


Text Example

White with #CA3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3FEF; }

 p { color: rgb(202,63,239); }

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

background-color css

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

 a { background-color: rgb(202,63,239); }

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

border-color css

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

 span { border-color: rgb(202,63,239); }

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