Html Css Color HEX #CA78DF Orchid

📋 copy color: '#CA78DF'

red 202 ◦ green 120 ◦ blue 223

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

Shades of Orchid #CA78DF

Tints of Orchid #CA78DF

RGB

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

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

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

R = 37.06%
G = 22.02%
B = 40.92%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA78DF (or 0xCA78DF) is known color: Orchid. HEX triplet: CA, 78 and DF. RGB value is (202,120,223). Sum of RGB (Red+Green+Blue) = 202+120+223=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78DF is #358720. Grayscale: #9B9B9B. Windows color (decimal): -3508001 or 14645450. OLE color: 14645450.

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

Color convert

RGB 202 120 223 -
CMYK 0.09 0.46 0 0.13
HSL 287.77º 0.62% 0.67% -
HSV(B) 287.77º 0.46% 0.87% -
XYZ 44.39 31.32 73.52 -
YUV 156.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 202 120 223 0.09 0.46 0 0.13 287.77 0.62 0.67
Hex CA 78 DF 9 2E 0 D 120 3E 43
Octal 312 170 337 11 56 0 15 440 76 103
Binary 11001010 1111000 11011111 1001 101110 0 1101 100100000 111110 1000011

Color Harmonies of #CA78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78DF

Black with #CA78DF

Text Example


Text Example

White with #CA78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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