Html Css Color HEX #CA2FDA Medium Orchid

📋 copy color: '#CA2FDA'

red 202 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #CA2FDA

Tints of Medium Orchid #CA2FDA

RGB

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

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

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

R = 43.25%
G = 10.06%
B = 46.68%

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

#CA2FDA (or 0xCA2FDA) is known color: Medium Orchid. HEX triplet: CA, 2F and DA. RGB value is (202,47,218). Sum of RGB (Red+Green+Blue) = 202+47+218=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FDA is #35D025. Grayscale: #707070. Windows color (decimal): -3526694 or 14299082. OLE color: 14299082.

HSL color Cylindrical-coordinate representation of color #CA2FDA: hue angle of 294.39º 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 #CA2FDA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 47 218 -
CMYK 0.07 0.78 0 0.15
HSL 294.39º 0.7% 0.52% -
HSV(B) 294.39º 0.78% 0.85% -
XYZ 38.03 19.65 68.12 -
YUV 112.84 187.35 191.6 -
System Red Green Blue C M Y K H S L
Decimal 202 47 218 0.07 0.78 0 0.15 294.39 0.7 0.52
Hex CA 2F DA 7 4E 0 F 126 46 34
Octal 312 57 332 7 116 0 17 446 106 64
Binary 11001010 101111 11011010 111 1001110 0 1111 100100110 1000110 110100

Color Harmonies of #CA2FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2FDA

Black with #CA2FDA

Text Example


Text Example

White with #CA2FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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