Html Css Color HEX #CA30DA Medium Orchid

📋 copy color: '#CA30DA'

red 202 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #CA30DA

Tints of Medium Orchid #CA30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 43.16%
G = 10.26%
B = 46.58%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA30DA (or 0xCA30DA) is known color: Medium Orchid. HEX triplet: CA, 30 and DA. RGB value is (202,48,218). Sum of RGB (Red+Green+Blue) = 202+48+218=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30DA is #35CF25. Grayscale: #707070. Windows color (decimal): -3526438 or 14299338. OLE color: 14299338.

HSL color Cylindrical-coordinate representation of color #CA30DA: hue angle of 294.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA30DA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 48 218 -
CMYK 0.07 0.78 0 0.15
HSL 294.35º 0.7% 0.52% -
HSV(B) 294.35º 0.78% 0.85% -
XYZ 38.07 19.73 68.13 -
YUV 113.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 202 48 218 0.07 0.78 0 0.15 294.35 0.7 0.52
Hex CA 30 DA 7 4E 0 F 126 46 34
Octal 312 60 332 7 116 0 17 446 106 64
Binary 11001010 110000 11011010 111 1001110 0 1111 100100110 1000110 110100

Color Harmonies of #CA30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30DA

Black with #CA30DA

Text Example


Text Example

White with #CA30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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