Html Css Color HEX #CA30DF Medium Orchid

📋 copy color: '#CA30DF'

red 202 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #CA30DF

Tints of Medium Orchid #CA30DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.15%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 42.71%
G = 10.15%
B = 47.15%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA30DF (or 0xCA30DF) is known color: Medium Orchid. HEX triplet: CA, 30 and DF. RGB value is (202,48,223). Sum of RGB (Red+Green+Blue) = 202+48+223=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30DF is #35CF20. Grayscale: #717171. Windows color (decimal): -3526433 or 14627018. OLE color: 14627018.

HSL color Cylindrical-coordinate representation of color #CA30DF: hue angle of 292.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA30DF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 48 223 -
CMYK 0.09 0.78 0 0.13
HSL 292.8º 0.73% 0.53% -
HSV(B) 292.8º 0.78% 0.87% -
XYZ 38.73 20 71.63 -
YUV 114 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 202 48 223 0.09 0.78 0 0.13 292.8 0.73 0.53
Hex CA 30 DF 9 4E 0 D 125 49 35
Octal 312 60 337 11 116 0 15 445 111 65
Binary 11001010 110000 11011111 1001 1001110 0 1101 100100101 1001001 110101

Color Harmonies of #CA30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30DF

Black with #CA30DF

Text Example


Text Example

White with #CA30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30DF; }

 p { color: rgb(202,48,223); }

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

background-color css

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

 a { background-color: rgb(202,48,223); }

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

border-color css

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

 span { border-color: rgb(202,48,223); }

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