Html Css Color HEX #CA7BC6 Orchid

📋 copy color: '#CA7BC6'

red 202 ◦ green 123 ◦ blue 198

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

Shades of Orchid #CA7BC6

Tints of Orchid #CA7BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 38.62%
G = 23.52%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA7BC6 (or 0xCA7BC6) is known color: Orchid. HEX triplet: CA, 7B and C6. RGB value is (202,123,198). Sum of RGB (Red+Green+Blue) = 202+123+198=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BC6 is #358439. Grayscale: #9A9A9A. Windows color (decimal): -3507258 or 13007818. OLE color: 13007818.

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

Color convert

RGB 202 123 198 -
CMYK 0 0.39 0.02 0.21
HSL 303.04º 0.43% 0.64% -
HSV(B) 303.04º 0.39% 0.79% -
XYZ 41.63 30.8 57.18 -
YUV 155.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 202 123 198 0 0.39 0.02 0.21 303.04 0.43 0.64
Hex CA 7B C6 0 27 2 15 12F 2B 40
Octal 312 173 306 0 47 2 25 457 53 100
Binary 11001010 1111011 11000110 0 100111 10 10101 100101111 101011 1000000

Color Harmonies of #CA7BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BC6

Black with #CA7BC6

Text Example


Text Example

White with #CA7BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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