Html Css Color HEX #CA38FF Medium Orchid

📋 copy color: '#CA38FF'

red 202 ◦ green 56 ◦ blue 255

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

Shades of Medium Orchid #CA38FF

Tints of Medium Orchid #CA38FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 39.38%
G = 10.92%
B = 49.71%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA38FF (or 0xCA38FF) is known color: Medium Orchid. HEX triplet: CA, 38 and FF. RGB value is (202,56,255). Sum of RGB (Red+Green+Blue) = 202+56+255=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA38FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38FF is #35C700. Grayscale: #797979. Windows color (decimal): -3524353 or 16726218. OLE color: 16726218.

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

Color convert

RGB 202 56 255 -
CMYK 0.21 0.78 0 0
HSL 284.02º 1% 0.61% -
HSV(B) 284.02º 0.78% 1% -
XYZ 43.82 22.6 96.66 -
YUV 122.34 202.87 184.82 -
System Red Green Blue C M Y K H S L
Decimal 202 56 255 0.21 0.78 0 0 284.02 1 0.61
Hex CA 38 FF 15 4E 0 0 11C 64 3D
Octal 312 70 377 25 116 0 0 434 144 75
Binary 11001010 111000 11111111 10101 1001110 0 0 100011100 1100100 111101

Color Harmonies of #CA38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38FF

Black with #CA38FF

Text Example


Text Example

White with #CA38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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