Html Css Color HEX #CA7EBF Orchid

📋 copy color: '#CA7EBF'

red 202 ◦ green 126 ◦ blue 191

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

Shades of Orchid #CA7EBF

Tints of Orchid #CA7EBF

RGB

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

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

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

R = 38.92%
G = 24.28%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA7EBF (or 0xCA7EBF) is known color: Orchid. HEX triplet: CA, 7E and BF. RGB value is (202,126,191). Sum of RGB (Red+Green+Blue) = 202+126+191=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EBF is #358140. Grayscale: #9B9B9B. Windows color (decimal): -3506497 or 12549834. OLE color: 12549834.

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

Color convert

RGB 202 126 191 -
CMYK 0 0.38 0.05 0.21
HSL 308.68º 0.42% 0.64% -
HSV(B) 308.68º 0.38% 0.79% -
XYZ 41.22 31.24 53.15 -
YUV 156.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 202 126 191 0 0.38 0.05 0.21 308.68 0.42 0.64
Hex CA 7E BF 0 26 5 15 135 2A 40
Octal 312 176 277 0 46 5 25 465 52 100
Binary 11001010 1111110 10111111 0 100110 101 10101 100110101 101010 1000000

Color Harmonies of #CA7EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EBF

Black with #CA7EBF

Text Example


Text Example

White with #CA7EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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