Html Css Color HEX #CA7AC5 Orchid

📋 copy color: '#CA7AC5'

red 202 ◦ green 122 ◦ blue 197

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

Shades of Orchid #CA7AC5

Tints of Orchid #CA7AC5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.42%

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 38.77%
G = 23.42%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA7AC5 (or 0xCA7AC5) is known color: Orchid. HEX triplet: CA, 7A and C5. RGB value is (202,122,197). Sum of RGB (Red+Green+Blue) = 202+122+197=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC5 is #35853A. Grayscale: #9A9A9A. Windows color (decimal): -3507515 or 12942026. OLE color: 12942026.

HSL color Cylindrical-coordinate representation of color #CA7AC5: hue angle of 303.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7AC5 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 197 -
CMYK 0 0.40 0.02 0.21
HSL 303.75º 0.43% 0.64% -
HSV(B) 303.75º 0.4% 0.79% -
XYZ 41.39 30.51 56.53 -
YUV 154.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 202 122 197 0 0.40 0.02 0.21 303.75 0.43 0.64
Hex CA 7A C5 0 28 2 15 130 2B 40
Octal 312 172 305 0 50 2 25 460 53 100
Binary 11001010 1111010 11000101 0 101000 10 10101 100110000 101011 1000000

Color Harmonies of #CA7AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7AC5

Black with #CA7AC5

Text Example


Text Example

White with #CA7AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7AC5; }

 p { color: rgb(202,122,197); }

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

background-color css

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

 a { background-color: rgb(202,122,197); }

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

border-color css

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

 span { border-color: rgb(202,122,197); }

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