Html Css Color HEX #CA7ABA Orchid

📋 copy color: '#CA7ABA'

red 202 ◦ green 122 ◦ blue 186

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

Shades of Orchid #CA7ABA

Tints of Orchid #CA7ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 39.61%
G = 23.92%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA7ABA (or 0xCA7ABA) is known color: Orchid. HEX triplet: CA, 7A and BA. RGB value is (202,122,186). Sum of RGB (Red+Green+Blue) = 202+122+186=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ABA is #358545. Grayscale: #999999. Windows color (decimal): -3507526 or 12221130. OLE color: 12221130.

HSL color Cylindrical-coordinate representation of color #CA7ABA: hue angle of 312º 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 #CA7ABA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 186 -
CMYK 0 0.40 0.08 0.21
HSL 312º 0.43% 0.64% -
HSV(B) 312º 0.4% 0.79% -
XYZ 40.18 30.02 50.13 -
YUV 153.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 202 122 186 0 0.40 0.08 0.21 312 0.43 0.64
Hex CA 7A BA 0 28 8 15 138 2B 40
Octal 312 172 272 0 50 10 25 470 53 100
Binary 11001010 1111010 10111010 0 101000 1000 10101 100111000 101011 1000000

Color Harmonies of #CA7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ABA

Black with #CA7ABA

Text Example


Text Example

White with #CA7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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