Html Css Color HEX #CA7FBF Orchid

📋 copy color: '#CA7FBF'

red 202 ◦ green 127 ◦ blue 191

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

Shades of Orchid #CA7FBF

Tints of Orchid #CA7FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 24.42%

 BLUE value IS 191 (75% from 255) = 36.73%

R = 38.85%
G = 24.42%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA7FBF (or 0xCA7FBF) is known color: Orchid. HEX triplet: CA, 7F and BF. RGB value is (202,127,191). Sum of RGB (Red+Green+Blue) = 202+127+191=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FBF is #358040. Grayscale: #9C9C9C. Windows color (decimal): -3506241 or 12550090. OLE color: 12550090.

HSL color Cylindrical-coordinate representation of color #CA7FBF: hue angle of 308.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FBF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 191 -
CMYK 0 0.37 0.05 0.21
HSL 308.8º 0.41% 0.65% -
HSV(B) 308.8º 0.37% 0.79% -
XYZ 41.35 31.5 53.19 -
YUV 156.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 202 127 191 0 0.37 0.05 0.21 308.8 0.41 0.65
Hex CA 7F BF 0 25 5 15 135 29 41
Octal 312 177 277 0 45 5 25 465 51 101
Binary 11001010 1111111 10111111 0 100101 101 10101 100110101 101001 1000001

Color Harmonies of #CA7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FBF

Black with #CA7FBF

Text Example


Text Example

White with #CA7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FBF; }

 p { color: rgb(202,127,191); }

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

background-color css

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

 a { background-color: rgb(202,127,191); }

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

border-color css

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

 span { border-color: rgb(202,127,191); }

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