Html Css Color HEX #CA67E8 Medium Orchid

📋 copy color: '#CA67E8'

red 202 ◦ green 103 ◦ blue 232

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

Shades of Medium Orchid #CA67E8

Tints of Medium Orchid #CA67E8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.18%

 BLUE value IS 232 (91.02% from 255) = 43.2%

R = 37.62%
G = 19.18%
B = 43.2%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA67E8 (or 0xCA67E8) is known color: Medium Orchid. HEX triplet: CA, 67 and E8. RGB value is (202,103,232). Sum of RGB (Red+Green+Blue) = 202+103+232=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA67E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67E8 is #359817. Grayscale: #929292. Windows color (decimal): -3512344 or 15230922. OLE color: 15230922.

HSL color Cylindrical-coordinate representation of color #CA67E8: hue angle of 286.05º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA67E8 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 103 232 -
CMYK 0.13 0.56 0 0.09
HSL 286.05º 0.74% 0.66% -
HSV(B) 286.05º 0.56% 0.91% -
XYZ 43.77 28.08 79.46 -
YUV 147.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 202 103 232 0.13 0.56 0 0.09 286.05 0.74 0.66
Hex CA 67 E8 D 38 0 9 11E 4A 42
Octal 312 147 350 15 70 0 11 436 112 102
Binary 11001010 1100111 11101000 1101 111000 0 1001 100011110 1001010 1000010

Color Harmonies of #CA67E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67E8

Black with #CA67E8

Text Example


Text Example

White with #CA67E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67E8; }

 p { color: rgb(202,103,232); }

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

background-color css

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

 a { background-color: rgb(202,103,232); }

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

border-color css

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

 span { border-color: rgb(202,103,232); }

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