Html Css Color HEX #CA78D0 Orchid

📋 copy color: '#CA78D0'

red 202 ◦ green 120 ◦ blue 208

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

Shades of Orchid #CA78D0

Tints of Orchid #CA78D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 38.11%
G = 22.64%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA78D0 (or 0xCA78D0) is known color: Orchid. HEX triplet: CA, 78 and D0. RGB value is (202,120,208). Sum of RGB (Red+Green+Blue) = 202+120+208=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78D0 is #35872F. Grayscale: #9A9A9A. Windows color (decimal): -3508016 or 13662410. OLE color: 13662410.

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

Color convert

RGB 202 120 208 -
CMYK 0.03 0.42 0 0.18
HSL 295.91º 0.48% 0.64% -
HSV(B) 295.91º 0.42% 0.82% -
XYZ 42.46 30.54 63.33 -
YUV 154.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 202 120 208 0.03 0.42 0 0.18 295.91 0.48 0.64
Hex CA 78 D0 3 2A 0 12 128 30 40
Octal 312 170 320 3 52 0 22 450 60 100
Binary 11001010 1111000 11010000 11 101010 0 10010 100101000 110000 1000000

Color Harmonies of #CA78D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78D0

Black with #CA78D0

Text Example


Text Example

White with #CA78D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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