Html Css Color HEX #CA38FC Medium Orchid

📋 copy color: '#CA38FC'

red 202 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #CA38FC

Tints of Medium Orchid #CA38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.98%

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 39.61%
G = 10.98%
B = 49.41%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA38FC (or 0xCA38FC) is known color: Medium Orchid. HEX triplet: CA, 38 and FC. RGB value is (202,56,252). Sum of RGB (Red+Green+Blue) = 202+56+252=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA38FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38FC is #35C703. Grayscale: #797979. Windows color (decimal): -3524356 or 16529610. OLE color: 16529610.

HSL color Cylindrical-coordinate representation of color #CA38FC: hue angle of 284.69º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA38FC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 56 252 -
CMYK 0.20 0.78 0 0.01
HSL 284.69º 0.97% 0.6% -
HSV(B) 284.69º 0.78% 0.99% -
XYZ 43.34 22.41 94.14 -
YUV 122 201.37 185.06 -
System Red Green Blue C M Y K H S L
Decimal 202 56 252 0.20 0.78 0 0.01 284.69 0.97 0.6
Hex CA 38 FC 14 4E 0 1 11D 61 3C
Octal 312 70 374 24 116 0 1 435 141 74
Binary 11001010 111000 11111100 10100 1001110 0 1 100011101 1100001 111100

Color Harmonies of #CA38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38FC

Black with #CA38FC

Text Example


Text Example

White with #CA38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38FC; }

 p { color: rgb(202,56,252); }

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

background-color css

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

 a { background-color: rgb(202,56,252); }

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

border-color css

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

 span { border-color: rgb(202,56,252); }

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