Html Css Color HEX #CA7DCF Orchid

📋 copy color: '#CA7DCF'

red 202 ◦ green 125 ◦ blue 207

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

Shades of Orchid #CA7DCF

Tints of Orchid #CA7DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 37.83%
G = 23.41%
B = 38.76%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA7DCF (or 0xCA7DCF) is known color: Orchid. HEX triplet: CA, 7D and CF. RGB value is (202,125,207). Sum of RGB (Red+Green+Blue) = 202+125+207=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCF is #358230. Grayscale: #9D9D9D. Windows color (decimal): -3506737 or 13598154. OLE color: 13598154.

HSL color Cylindrical-coordinate representation of color #CA7DCF: hue angle of 296.34º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7DCF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 125 207 -
CMYK 0.02 0.40 0 0.19
HSL 296.34º 0.46% 0.65% -
HSV(B) 296.34º 0.4% 0.81% -
XYZ 42.95 31.73 62.89 -
YUV 157.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 202 125 207 0.02 0.40 0 0.19 296.34 0.46 0.65
Hex CA 7D CF 2 28 0 13 128 2E 41
Octal 312 175 317 2 50 0 23 450 56 101
Binary 11001010 1111101 11001111 10 101000 0 10011 100101000 101110 1000001

Color Harmonies of #CA7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DCF

Black with #CA7DCF

Text Example


Text Example

White with #CA7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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