Html Css Color HEX #CA7BC1 Orchid

📋 copy color: '#CA7BC1'

red 202 ◦ green 123 ◦ blue 193

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

Shades of Orchid #CA7BC1

Tints of Orchid #CA7BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.75%

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 39%
G = 23.75%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA7BC1 (or 0xCA7BC1) is known color: Orchid. HEX triplet: CA, 7B and C1. RGB value is (202,123,193). Sum of RGB (Red+Green+Blue) = 202+123+193=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BC1 is #35843E. Grayscale: #9A9A9A. Windows color (decimal): -3507263 or 12680138. OLE color: 12680138.

HSL color Cylindrical-coordinate representation of color #CA7BC1: hue angle of 306.84º degrees, saturation: 0.43, 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 #CA7BC1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 123 193 -
CMYK 0 0.39 0.04 0.21
HSL 306.84º 0.43% 0.64% -
HSV(B) 306.84º 0.39% 0.79% -
XYZ 41.07 30.57 54.19 -
YUV 154.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 202 123 193 0 0.39 0.04 0.21 306.84 0.43 0.64
Hex CA 7B C1 0 27 4 15 133 2B 40
Octal 312 173 301 0 47 4 25 463 53 100
Binary 11001010 1111011 11000001 0 100111 100 10101 100110011 101011 1000000

Color Harmonies of #CA7BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BC1

Black with #CA7BC1

Text Example


Text Example

White with #CA7BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BC1; }

 p { color: rgb(202,123,193); }

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

background-color css

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

 a { background-color: rgb(202,123,193); }

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

border-color css

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

 span { border-color: rgb(202,123,193); }

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