Html Css Color HEX #CA6FC5 Orchid

📋 copy color: '#CA6FC5'

red 202 ◦ green 111 ◦ blue 197

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

Shades of Orchid #CA6FC5

Tints of Orchid #CA6FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.76%

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 39.61%
G = 21.76%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA6FC5 (or 0xCA6FC5) is known color: Orchid. HEX triplet: CA, 6F and C5. RGB value is (202,111,197). Sum of RGB (Red+Green+Blue) = 202+111+197=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FC5 is #35903A. Grayscale: #939393. Windows color (decimal): -3510331 or 12939210. OLE color: 12939210.

HSL color Cylindrical-coordinate representation of color #CA6FC5: hue angle of 303.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6FC5 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 111 197 -
CMYK 0 0.45 0.02 0.21
HSL 303.3º 0.46% 0.61% -
HSV(B) 303.3º 0.45% 0.79% -
XYZ 40.12 27.96 56.1 -
YUV 148.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 202 111 197 0 0.45 0.02 0.21 303.3 0.46 0.61
Hex CA 6F C5 0 2D 2 15 12F 2E 3D
Octal 312 157 305 0 55 2 25 457 56 75
Binary 11001010 1101111 11000101 0 101101 10 10101 100101111 101110 111101

Color Harmonies of #CA6FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FC5

Black with #CA6FC5

Text Example


Text Example

White with #CA6FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FC5; }

 p { color: rgb(202,111,197); }

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

background-color css

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

 a { background-color: rgb(202,111,197); }

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

border-color css

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

 span { border-color: rgb(202,111,197); }

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