Html Css Color HEX #CA7FC1 Orchid

📋 copy color: '#CA7FC1'

red 202 ◦ green 127 ◦ blue 193

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

Shades of Orchid #CA7FC1

Tints of Orchid #CA7FC1

RGB

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

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

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

R = 38.7%
G = 24.33%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA7FC1 (or 0xCA7FC1) is known color: Orchid. HEX triplet: CA, 7F and C1. RGB value is (202,127,193). Sum of RGB (Red+Green+Blue) = 202+127+193=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC1 is #35803E. Grayscale: #9C9C9C. Windows color (decimal): -3506239 or 12681162. OLE color: 12681162.

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

Color convert

RGB 202 127 193 -
CMYK 0 0.37 0.04 0.21
HSL 307.2º 0.41% 0.65% -
HSV(B) 307.2º 0.37% 0.79% -
XYZ 41.57 31.59 54.36 -
YUV 156.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 202 127 193 0 0.37 0.04 0.21 307.2 0.41 0.65
Hex CA 7F C1 0 25 4 15 133 29 41
Octal 312 177 301 0 45 4 25 463 51 101
Binary 11001010 1111111 11000001 0 100101 100 10101 100110011 101001 1000001

Color Harmonies of #CA7FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FC1

Black with #CA7FC1

Text Example


Text Example

White with #CA7FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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