Html Css Color HEX #CA7CBA Orchid

📋 copy color: '#CA7CBA'

red 202 ◦ green 124 ◦ blue 186

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

Shades of Orchid #CA7CBA

Tints of Orchid #CA7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

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

R = 39.45%
G = 24.22%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA7CBA (or 0xCA7CBA) is known color: Orchid. HEX triplet: CA, 7C and BA. RGB value is (202,124,186). Sum of RGB (Red+Green+Blue) = 202+124+186=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CBA is #358345. Grayscale: #9A9A9A. Windows color (decimal): -3507014 or 12221642. OLE color: 12221642.

HSL color Cylindrical-coordinate representation of color #CA7CBA: hue angle of 312.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CBA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 124 186 -
CMYK 0 0.39 0.08 0.21
HSL 312.31º 0.42% 0.64% -
HSV(B) 312.31º 0.39% 0.79% -
XYZ 40.43 30.52 50.21 -
YUV 154.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 202 124 186 0 0.39 0.08 0.21 312.31 0.42 0.64
Hex CA 7C BA 0 27 8 15 138 2A 40
Octal 312 174 272 0 47 10 25 470 52 100
Binary 11001010 1111100 10111010 0 100111 1000 10101 100111000 101010 1000000

Color Harmonies of #CA7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CBA

Black with #CA7CBA

Text Example


Text Example

White with #CA7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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