Html Css Color HEX #CA7CDA Orchid

📋 copy color: '#CA7CDA'

red 202 ◦ green 124 ◦ blue 218

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

Shades of Orchid #CA7CDA

Tints of Orchid #CA7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 37.13%
G = 22.79%
B = 40.07%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA7CDA (or 0xCA7CDA) is known color: Orchid. HEX triplet: CA, 7C and DA. RGB value is (202,124,218). Sum of RGB (Red+Green+Blue) = 202+124+218=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CDA is #358325. Grayscale: #9D9D9D. Windows color (decimal): -3506982 or 14318794. OLE color: 14318794.

HSL color Cylindrical-coordinate representation of color #CA7CDA: hue angle of 289.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7CDA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 124 218 -
CMYK 0.07 0.43 0 0.15
HSL 289.79º 0.56% 0.67% -
HSV(B) 289.79º 0.43% 0.85% -
XYZ 44.22 32.03 70.18 -
YUV 158.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 202 124 218 0.07 0.43 0 0.15 289.79 0.56 0.67
Hex CA 7C DA 7 2B 0 F 122 38 43
Octal 312 174 332 7 53 0 17 442 70 103
Binary 11001010 1111100 11011010 111 101011 0 1111 100100010 111000 1000011

Color Harmonies of #CA7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CDA

Black with #CA7CDA

Text Example


Text Example

White with #CA7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CDA; }

 p { color: rgb(202,124,218); }

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

background-color css

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

 a { background-color: rgb(202,124,218); }

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

border-color css

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

 span { border-color: rgb(202,124,218); }

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