Html Css Color HEX #CA7ADF Orchid

📋 copy color: '#CA7ADF'

red 202 ◦ green 122 ◦ blue 223

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

Shades of Orchid #CA7ADF

Tints of Orchid #CA7ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 36.93%
G = 22.3%
B = 40.77%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA7ADF (or 0xCA7ADF) is known color: Orchid. HEX triplet: CA, 7A and DF. RGB value is (202,122,223). Sum of RGB (Red+Green+Blue) = 202+122+223=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ADF is #358520. Grayscale: #9D9D9D. Windows color (decimal): -3507489 or 14645962. OLE color: 14645962.

HSL color Cylindrical-coordinate representation of color #CA7ADF: hue angle of 287.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7ADF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 122 223 -
CMYK 0.09 0.45 0 0.13
HSL 287.52º 0.61% 0.68% -
HSV(B) 287.52º 0.45% 0.87% -
XYZ 44.64 31.8 73.6 -
YUV 157.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 202 122 223 0.09 0.45 0 0.13 287.52 0.61 0.68
Hex CA 7A DF 9 2D 0 D 120 3D 44
Octal 312 172 337 11 55 0 15 440 75 104
Binary 11001010 1111010 11011111 1001 101101 0 1101 100100000 111101 1000100

Color Harmonies of #CA7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ADF

Black with #CA7ADF

Text Example


Text Example

White with #CA7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ADF; }

 p { color: rgb(202,122,223); }

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

background-color css

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

 a { background-color: rgb(202,122,223); }

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

border-color css

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

 span { border-color: rgb(202,122,223); }

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