Html Css Color HEX #CA38DB Medium Orchid

📋 copy color: '#CA38DB'

red 202 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #CA38DB

Tints of Medium Orchid #CA38DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 42.35%
G = 11.74%
B = 45.91%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA38DB (or 0xCA38DB) is known color: Medium Orchid. HEX triplet: CA, 38 and DB. RGB value is (202,56,219). Sum of RGB (Red+Green+Blue) = 202+56+219=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38DB is #35C724. Grayscale: #757575. Windows color (decimal): -3524389 or 14366922. OLE color: 14366922.

HSL color Cylindrical-coordinate representation of color #CA38DB: hue angle of 293.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA38DB is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 56 219 -
CMYK 0.08 0.74 0 0.14
HSL 293.74º 0.69% 0.54% -
HSV(B) 293.74º 0.74% 0.86% -
XYZ 38.56 20.5 68.94 -
YUV 118.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 202 56 219 0.08 0.74 0 0.14 293.74 0.69 0.54
Hex CA 38 DB 8 4A 0 E 126 45 36
Octal 312 70 333 10 112 0 16 446 105 66
Binary 11001010 111000 11011011 1000 1001010 0 1110 100100110 1000101 110110

Color Harmonies of #CA38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38DB

Black with #CA38DB

Text Example


Text Example

White with #CA38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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