Html Css Color HEX #CA6CE1 Orchid

📋 copy color: '#CA6CE1'

red 202 ◦ green 108 ◦ blue 225

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

Shades of Orchid #CA6CE1

Tints of Orchid #CA6CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.19%

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 37.76%
G = 20.19%
B = 42.06%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA6CE1 (or 0xCA6CE1) is known color: Orchid. HEX triplet: CA, 6C and E1. RGB value is (202,108,225). Sum of RGB (Red+Green+Blue) = 202+108+225=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CE1 is #35931E. Grayscale: #959595. Windows color (decimal): -3511071 or 14773450. OLE color: 14773450.

HSL color Cylindrical-coordinate representation of color #CA6CE1: hue angle of 288.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6CE1 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 108 225 -
CMYK 0.10 0.52 0 0.12
HSL 288.21º 0.66% 0.65% -
HSV(B) 288.21º 0.52% 0.88% -
XYZ 43.31 28.72 74.49 -
YUV 149.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 202 108 225 0.10 0.52 0 0.12 288.21 0.66 0.65
Hex CA 6C E1 A 34 0 C 120 42 41
Octal 312 154 341 12 64 0 14 440 102 101
Binary 11001010 1101100 11100001 1010 110100 0 1100 100100000 1000010 1000001

Color Harmonies of #CA6CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CE1

Black with #CA6CE1

Text Example


Text Example

White with #CA6CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CE1; }

 p { color: rgb(202,108,225); }

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

background-color css

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

 a { background-color: rgb(202,108,225); }

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

border-color css

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

 span { border-color: rgb(202,108,225); }

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