Html Css Color HEX #CA71E5 Orchid

📋 copy color: '#CA71E5'

red 202 ◦ green 113 ◦ blue 229

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

Shades of Orchid #CA71E5

Tints of Orchid #CA71E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.77%

 BLUE value IS 229 (89.84% from 255) = 42.1%

R = 37.13%
G = 20.77%
B = 42.1%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA71E5 (or 0xCA71E5) is known color: Orchid. HEX triplet: CA, 71 and E5. RGB value is (202,113,229). Sum of RGB (Red+Green+Blue) = 202+113+229=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA71E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71E5 is #358E1A. Grayscale: #989898. Windows color (decimal): -3509787 or 15036874. OLE color: 15036874.

HSL color Cylindrical-coordinate representation of color #CA71E5: hue angle of 286.03º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA71E5 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 113 229 -
CMYK 0.12 0.51 0 0.10
HSL 286.03º 0.69% 0.67% -
HSV(B) 286.03º 0.51% 0.9% -
XYZ 44.41 30.02 77.58 -
YUV 152.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 202 113 229 0.12 0.51 0 0.10 286.03 0.69 0.67
Hex CA 71 E5 C 33 0 A 11E 45 43
Octal 312 161 345 14 63 0 12 436 105 103
Binary 11001010 1110001 11100101 1100 110011 0 1010 100011110 1000101 1000011

Color Harmonies of #CA71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71E5

Black with #CA71E5

Text Example


Text Example

White with #CA71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71E5; }

 p { color: rgb(202,113,229); }

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

background-color css

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

 a { background-color: rgb(202,113,229); }

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

border-color css

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

 span { border-color: rgb(202,113,229); }

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