Html Css Color HEX #CA79BA Orchid

📋 copy color: '#CA79BA'

red 202 ◦ green 121 ◦ blue 186

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

Shades of Orchid #CA79BA

Tints of Orchid #CA79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.77%

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 39.69%
G = 23.77%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA79BA (or 0xCA79BA) is known color: Orchid. HEX triplet: CA, 79 and BA. RGB value is (202,121,186). Sum of RGB (Red+Green+Blue) = 202+121+186=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79BA is #358645. Grayscale: #989898. Windows color (decimal): -3507782 or 12220874. OLE color: 12220874.

HSL color Cylindrical-coordinate representation of color #CA79BA: hue angle of 311.85º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79BA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 186 -
CMYK 0 0.40 0.08 0.21
HSL 311.85º 0.43% 0.63% -
HSV(B) 311.85º 0.4% 0.79% -
XYZ 40.06 29.78 50.09 -
YUV 152.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 202 121 186 0 0.40 0.08 0.21 311.85 0.43 0.63
Hex CA 79 BA 0 28 8 15 138 2B 3F
Octal 312 171 272 0 50 10 25 470 53 77
Binary 11001010 1111001 10111010 0 101000 1000 10101 100111000 101011 111111

Color Harmonies of #CA79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79BA

Black with #CA79BA

Text Example


Text Example

White with #CA79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79BA; }

 p { color: rgb(202,121,186); }

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

background-color css

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

 a { background-color: rgb(202,121,186); }

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

border-color css

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

 span { border-color: rgb(202,121,186); }

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