Html Css Color HEX #CA7DC6 Orchid

📋 copy color: '#CA7DC6'

red 202 ◦ green 125 ◦ blue 198

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

Shades of Orchid #CA7DC6

Tints of Orchid #CA7DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.81%

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

R = 38.48%
G = 23.81%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA7DC6 (or 0xCA7DC6) is known color: Orchid. HEX triplet: CA, 7D and C6. RGB value is (202,125,198). Sum of RGB (Red+Green+Blue) = 202+125+198=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DC6 is #358239. Grayscale: #9C9C9C. Windows color (decimal): -3506746 or 13008330. OLE color: 13008330.

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

Color convert

RGB 202 125 198 -
CMYK 0 0.38 0.02 0.21
HSL 303.12º 0.42% 0.64% -
HSV(B) 303.12º 0.38% 0.79% -
XYZ 41.88 31.3 57.26 -
YUV 156.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 202 125 198 0 0.38 0.02 0.21 303.12 0.42 0.64
Hex CA 7D C6 0 26 2 15 12F 2A 40
Octal 312 175 306 0 46 2 25 457 52 100
Binary 11001010 1111101 11000110 0 100110 10 10101 100101111 101010 1000000

Color Harmonies of #CA7DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DC6

Black with #CA7DC6

Text Example


Text Example

White with #CA7DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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