Html Css Color HEX #CA7BC4 Orchid

📋 copy color: '#CA7BC4'

red 202 ◦ green 123 ◦ blue 196

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

Shades of Orchid #CA7BC4

Tints of Orchid #CA7BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 38.77%
G = 23.61%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA7BC4 (or 0xCA7BC4) is known color: Orchid. HEX triplet: CA, 7B and C4. RGB value is (202,123,196). Sum of RGB (Red+Green+Blue) = 202+123+196=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BC4 is #35843B. Grayscale: #9A9A9A. Windows color (decimal): -3507260 or 12876746. OLE color: 12876746.

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

Color convert

RGB 202 123 196 -
CMYK 0 0.39 0.03 0.21
HSL 304.56º 0.43% 0.64% -
HSV(B) 304.56º 0.39% 0.79% -
XYZ 41.4 30.71 55.97 -
YUV 154.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 202 123 196 0 0.39 0.03 0.21 304.56 0.43 0.64
Hex CA 7B C4 0 27 3 15 131 2B 40
Octal 312 173 304 0 47 3 25 461 53 100
Binary 11001010 1111011 11000100 0 100111 11 10101 100110001 101011 1000000

Color Harmonies of #CA7BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BC4

Black with #CA7BC4

Text Example


Text Example

White with #CA7BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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