Html Css Color HEX #CA7ECB Orchid

📋 copy color: '#CA7ECB'

red 202 ◦ green 126 ◦ blue 203

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

Shades of Orchid #CA7ECB

Tints of Orchid #CA7ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.73%

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 38.04%
G = 23.73%
B = 38.23%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA7ECB (or 0xCA7ECB) is known color: Orchid. HEX triplet: CA, 7E and CB. RGB value is (202,126,203). Sum of RGB (Red+Green+Blue) = 202+126+203=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ECB is #358134. Grayscale: #9D9D9D. Windows color (decimal): -3506485 or 13336266. OLE color: 13336266.

HSL color Cylindrical-coordinate representation of color #CA7ECB: hue angle of 299.22º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7ECB is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 126 203 -
CMYK 0.00 0.38 0 0.20
HSL 299.22º 0.43% 0.65% -
HSV(B) 299.22º 0.38% 0.8% -
XYZ 42.6 31.79 60.39 -
YUV 157.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 202 126 203 0.00 0.38 0 0.20 299.22 0.43 0.65
Hex CA 7E CB 0 26 0 14 12B 2B 41
Octal 312 176 313 0 46 0 24 453 53 101
Binary 11001010 1111110 11001011 0 100110 0 10100 100101011 101011 1000001

Color Harmonies of #CA7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ECB

Black with #CA7ECB

Text Example


Text Example

White with #CA7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ECB; }

 p { color: rgb(202,126,203); }

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

background-color css

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

 a { background-color: rgb(202,126,203); }

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

border-color css

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

 span { border-color: rgb(202,126,203); }

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