Html Css Color HEX #CA7EBC Orchid

📋 copy color: '#CA7EBC'

red 202 ◦ green 126 ◦ blue 188

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

Shades of Orchid #CA7EBC

Tints of Orchid #CA7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.42%

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 39.15%
G = 24.42%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA7EBC (or 0xCA7EBC) is known color: Orchid. HEX triplet: CA, 7E and BC. RGB value is (202,126,188). Sum of RGB (Red+Green+Blue) = 202+126+188=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EBC is #358143. Grayscale: #9B9B9B. Windows color (decimal): -3506500 or 12353226. OLE color: 12353226.

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

Color convert

RGB 202 126 188 -
CMYK 0 0.38 0.07 0.21
HSL 311.05º 0.42% 0.64% -
HSV(B) 311.05º 0.38% 0.79% -
XYZ 40.9 31.11 51.43 -
YUV 155.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 202 126 188 0 0.38 0.07 0.21 311.05 0.42 0.64
Hex CA 7E BC 0 26 7 15 137 2A 40
Octal 312 176 274 0 46 7 25 467 52 100
Binary 11001010 1111110 10111100 0 100110 111 10101 100110111 101010 1000000

Color Harmonies of #CA7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EBC

Black with #CA7EBC

Text Example


Text Example

White with #CA7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EBC; }

 p { color: rgb(202,126,188); }

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

background-color css

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

 a { background-color: rgb(202,126,188); }

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

border-color css

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

 span { border-color: rgb(202,126,188); }

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