Html Css Color HEX #CA4BEE Medium Orchid

📋 copy color: '#CA4BEE'

red 202 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #CA4BEE

Tints of Medium Orchid #CA4BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.56%

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

R = 39.22%
G = 14.56%
B = 46.21%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA4BEE (or 0xCA4BEE) is known color: Medium Orchid. HEX triplet: CA, 4B and EE. RGB value is (202,75,238). Sum of RGB (Red+Green+Blue) = 202+75+238=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4BEE is #35B411. Grayscale: #838383. Windows color (decimal): -3519506 or 15616970. OLE color: 15616970.

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

Color convert

RGB 202 75 238 -
CMYK 0.15 0.68 0 0.07
HSL 286.75º 0.83% 0.61% -
HSV(B) 286.75º 0.68% 0.93% -
XYZ 42.31 23.76 83.25 -
YUV 131.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 202 75 238 0.15 0.68 0 0.07 286.75 0.83 0.61
Hex CA 4B EE F 44 0 7 11F 53 3D
Octal 312 113 356 17 104 0 7 437 123 75
Binary 11001010 1001011 11101110 1111 1000100 0 111 100011111 1010011 111101

Color Harmonies of #CA4BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BEE

Black with #CA4BEE

Text Example


Text Example

White with #CA4BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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