Html Css Color HEX #CA7DC0 Orchid

📋 copy color: '#CA7DC0'

red 202 ◦ green 125 ◦ blue 192

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

Shades of Orchid #CA7DC0

Tints of Orchid #CA7DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 38.92%
G = 24.08%
B = 36.99%

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

#CA7DC0 (or 0xCA7DC0) is known color: Orchid. HEX triplet: CA, 7D and C0. RGB value is (202,125,192). Sum of RGB (Red+Green+Blue) = 202+125+192=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DC0 is #35823F. Grayscale: #9B9B9B. Windows color (decimal): -3506752 or 12615114. OLE color: 12615114.

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

Color convert

RGB 202 125 192 -
CMYK 0 0.38 0.05 0.21
HSL 307.79º 0.42% 0.64% -
HSV(B) 307.79º 0.38% 0.79% -
XYZ 41.21 31.03 53.69 -
YUV 155.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 202 125 192 0 0.38 0.05 0.21 307.79 0.42 0.64
Hex CA 7D C0 0 26 5 15 134 2A 40
Octal 312 175 300 0 46 5 25 464 52 100
Binary 11001010 1111101 11000000 0 100110 101 10101 100110100 101010 1000000

Color Harmonies of #CA7DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DC0

Black with #CA7DC0

Text Example


Text Example

White with #CA7DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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