Html Css Color HEX #CA38D7 Medium Orchid

📋 copy color: '#CA38D7'

red 202 ◦ green 56 ◦ blue 215

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

Shades of Medium Orchid #CA38D7

Tints of Medium Orchid #CA38D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 42.71%
G = 11.84%
B = 45.45%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA38D7 (or 0xCA38D7) is known color: Medium Orchid. HEX triplet: CA, 38 and D7. RGB value is (202,56,215). Sum of RGB (Red+Green+Blue) = 202+56+215=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA38D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38D7 is #35C728. Grayscale: #757575. Windows color (decimal): -3524393 or 14104778. OLE color: 14104778.

HSL color Cylindrical-coordinate representation of color #CA38D7: hue angle of 295.09º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA38D7 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 56 215 -
CMYK 0.06 0.74 0 0.16
HSL 295.09º 0.67% 0.53% -
HSV(B) 295.09º 0.74% 0.84% -
XYZ 38.04 20.29 66.2 -
YUV 117.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 202 56 215 0.06 0.74 0 0.16 295.09 0.67 0.53
Hex CA 38 D7 6 4A 0 10 127 43 35
Octal 312 70 327 6 112 0 20 447 103 65
Binary 11001010 111000 11010111 110 1001010 0 10000 100100111 1000011 110101

Color Harmonies of #CA38D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38D7

Black with #CA38D7

Text Example


Text Example

White with #CA38D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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