Html Css Color HEX #CA2FDB Medium Orchid

📋 copy color: '#CA2FDB'

red 202 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #CA2FDB

Tints of Medium Orchid #CA2FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.04%

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

R = 43.16%
G = 10.04%
B = 46.79%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA2FDB (or 0xCA2FDB) is known color: Medium Orchid. HEX triplet: CA, 2F and DB. RGB value is (202,47,219). Sum of RGB (Red+Green+Blue) = 202+47+219=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FDB is #35D024. Grayscale: #707070. Windows color (decimal): -3526693 or 14364618. OLE color: 14364618.

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

Color convert

RGB 202 47 219 -
CMYK 0.08 0.79 0 0.14
HSL 294.07º 0.7% 0.52% -
HSV(B) 294.07º 0.79% 0.86% -
XYZ 38.16 19.7 68.81 -
YUV 112.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 202 47 219 0.08 0.79 0 0.14 294.07 0.7 0.52
Hex CA 2F DB 8 4F 0 E 126 46 34
Octal 312 57 333 10 117 0 16 446 106 64
Binary 11001010 101111 11011011 1000 1001111 0 1110 100100110 1000110 110100

Color Harmonies of #CA2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FDB

Black with #CA2FDB

Text Example


Text Example

White with #CA2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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