Html Css Color HEX #CA7BE4 Orchid

📋 copy color: '#CA7BE4'

red 202 ◦ green 123 ◦ blue 228

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

Shades of Orchid #CA7BE4

Tints of Orchid #CA7BE4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.24%

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 36.53%
G = 22.24%
B = 41.23%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA7BE4 (or 0xCA7BE4) is known color: Orchid. HEX triplet: CA, 7B and E4. RGB value is (202,123,228). Sum of RGB (Red+Green+Blue) = 202+123+228=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA7BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BE4 is #35841B. Grayscale: #9E9E9E. Windows color (decimal): -3507228 or 14973898. OLE color: 14973898.

HSL color Cylindrical-coordinate representation of color #CA7BE4: hue angle of 285.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA7BE4 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 123 228 -
CMYK 0.11 0.46 0 0.11
HSL 285.14º 0.66% 0.69% -
HSV(B) 285.14º 0.46% 0.89% -
XYZ 45.44 32.32 77.24 -
YUV 158.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 202 123 228 0.11 0.46 0 0.11 285.14 0.66 0.69
Hex CA 7B E4 B 2E 0 B 11D 42 45
Octal 312 173 344 13 56 0 13 435 102 105
Binary 11001010 1111011 11100100 1011 101110 0 1011 100011101 1000010 1000101

Color Harmonies of #CA7BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BE4

Black with #CA7BE4

Text Example


Text Example

White with #CA7BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BE4; }

 p { color: rgb(202,123,228); }

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

background-color css

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

 a { background-color: rgb(202,123,228); }

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

border-color css

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

 span { border-color: rgb(202,123,228); }

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