Html Css Color HEX #CA6BE0 Orchid

📋 copy color: '#CA6BE0'

red 202 ◦ green 107 ◦ blue 224

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

Shades of Orchid #CA6BE0

Tints of Orchid #CA6BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.08%

 BLUE value IS 224 (87.89% from 255) = 42.03%

R = 37.9%
G = 20.08%
B = 42.03%

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

#CA6BE0 (or 0xCA6BE0) is known color: Orchid. HEX triplet: CA, 6B and E0. RGB value is (202,107,224). Sum of RGB (Red+Green+Blue) = 202+107+224=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BE0 is #35941F. Grayscale: #949494. Windows color (decimal): -3511328 or 14707658. OLE color: 14707658.

HSL color Cylindrical-coordinate representation of color #CA6BE0: hue angle of 288.72º degrees, saturation: 0.65, 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 #CA6BE0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 107 224 -
CMYK 0.10 0.52 0 0.12
HSL 288.72º 0.65% 0.65% -
HSV(B) 288.72º 0.52% 0.88% -
XYZ 43.07 28.45 73.74 -
YUV 148.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 202 107 224 0.10 0.52 0 0.12 288.72 0.65 0.65
Hex CA 6B E0 A 34 0 C 121 41 41
Octal 312 153 340 12 64 0 14 441 101 101
Binary 11001010 1101011 11100000 1010 110100 0 1100 100100001 1000001 1000001

Color Harmonies of #CA6BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BE0

Black with #CA6BE0

Text Example


Text Example

White with #CA6BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BE0; }

 p { color: rgb(202,107,224); }

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

background-color css

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

 a { background-color: rgb(202,107,224); }

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

border-color css

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

 span { border-color: rgb(202,107,224); }

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