Html Css Color HEX #CA45EE Medium Orchid

📋 copy color: '#CA45EE'

red 202 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #CA45EE

Tints of Medium Orchid #CA45EE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.56%

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 39.69%
G = 13.56%
B = 46.76%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA45EE (or 0xCA45EE) is known color: Medium Orchid. HEX triplet: CA, 45 and EE. RGB value is (202,69,238). Sum of RGB (Red+Green+Blue) = 202+69+238=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45EE is #35BA11. Grayscale: #7F7F7F. Windows color (decimal): -3521042 or 15615434. OLE color: 15615434.

HSL color Cylindrical-coordinate representation of color #CA45EE: hue angle of 287.22º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA45EE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 69 238 -
CMYK 0.15 0.71 0 0.07
HSL 287.22º 0.83% 0.6% -
HSV(B) 287.22º 0.71% 0.93% -
XYZ 41.92 22.99 83.12 -
YUV 128.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 202 69 238 0.15 0.71 0 0.07 287.22 0.83 0.6
Hex CA 45 EE F 47 0 7 11F 53 3C
Octal 312 105 356 17 107 0 7 437 123 74
Binary 11001010 1000101 11101110 1111 1000111 0 111 100011111 1010011 111100

Color Harmonies of #CA45EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA45EE

Black with #CA45EE

Text Example


Text Example

White with #CA45EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA45EE; }

 p { color: rgb(202,69,238); }

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

background-color css

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

 a { background-color: rgb(202,69,238); }

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

border-color css

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

 span { border-color: rgb(202,69,238); }

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