Html Css Color HEX #CA7ABB Orchid

📋 copy color: '#CA7ABB'

red 202 ◦ green 122 ◦ blue 187

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

Shades of Orchid #CA7ABB

Tints of Orchid #CA7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 39.53%
G = 23.87%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA7ABB (or 0xCA7ABB) is known color: Orchid. HEX triplet: CA, 7A and BB. RGB value is (202,122,187). Sum of RGB (Red+Green+Blue) = 202+122+187=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ABB is #358544. Grayscale: #999999. Windows color (decimal): -3507525 or 12286666. OLE color: 12286666.

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

Color convert

RGB 202 122 187 -
CMYK 0 0.40 0.07 0.21
HSL 311.25º 0.43% 0.64% -
HSV(B) 311.25º 0.4% 0.79% -
XYZ 40.29 30.06 50.69 -
YUV 153.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 202 122 187 0 0.40 0.07 0.21 311.25 0.43 0.64
Hex CA 7A BB 0 28 7 15 137 2B 40
Octal 312 172 273 0 50 7 25 467 53 100
Binary 11001010 1111010 10111011 0 101000 111 10101 100110111 101011 1000000

Color Harmonies of #CA7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ABB

Black with #CA7ABB

Text Example


Text Example

White with #CA7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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