Html Css Color HEX #CA78D1 Orchid

📋 copy color: '#CA78D1'

red 202 ◦ green 120 ◦ blue 209

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

Shades of Orchid #CA78D1

Tints of Orchid #CA78D1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.6%

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 38.04%
G = 22.6%
B = 39.36%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA78D1 (or 0xCA78D1) is known color: Orchid. HEX triplet: CA, 78 and D1. RGB value is (202,120,209). Sum of RGB (Red+Green+Blue) = 202+120+209=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78D1 is #35872E. Grayscale: #9A9A9A. Windows color (decimal): -3508015 or 13727946. OLE color: 13727946.

HSL color Cylindrical-coordinate representation of color #CA78D1: hue angle of 295.28º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA78D1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 120 209 -
CMYK 0.03 0.43 0 0.18
HSL 295.28º 0.49% 0.65% -
HSV(B) 295.28º 0.43% 0.82% -
XYZ 42.58 30.59 63.98 -
YUV 154.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 202 120 209 0.03 0.43 0 0.18 295.28 0.49 0.65
Hex CA 78 D1 3 2B 0 12 127 31 41
Octal 312 170 321 3 53 0 22 447 61 101
Binary 11001010 1111000 11010001 11 101011 0 10010 100100111 110001 1000001

Color Harmonies of #CA78D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78D1

Black with #CA78D1

Text Example


Text Example

White with #CA78D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78D1; }

 p { color: rgb(202,120,209); }

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

background-color css

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

 a { background-color: rgb(202,120,209); }

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

border-color css

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

 span { border-color: rgb(202,120,209); }

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