Html Css Color HEX #C672E5 Orchid

📋 copy color: '#C672E5'

red 198 ◦ green 114 ◦ blue 229

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

Shades of Orchid #C672E5

Tints of Orchid #C672E5

RGB

 RED value IS 198 (77.73% from 255) = 36.6%

 GREEN value IS 114 (44.92% from 255) = 21.07%

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 36.6%
G = 21.07%
B = 42.33%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C672E5 (or 0xC672E5) is known color: Orchid. HEX triplet: C6, 72 and E5. RGB value is (198,114,229). Sum of RGB (Red+Green+Blue) = 198+114+229=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #C672E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672E5 is #398D1A. Grayscale: #979797. Windows color (decimal): -3771675 or 15037126. OLE color: 15037126.

HSL color Cylindrical-coordinate representation of color #C672E5: hue angle of 283.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C672E5 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 114 229 -
CMYK 0.14 0.50 0 0.10
HSL 283.83º 0.69% 0.67% -
HSV(B) 283.83º 0.5% 0.9% -
XYZ 43.45 29.7 77.57 -
YUV 152.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 198 114 229 0.14 0.50 0 0.10 283.83 0.69 0.67
Hex C6 72 E5 E 32 0 A 11C 45 43
Octal 306 162 345 16 62 0 12 434 105 103
Binary 11000110 1110010 11100101 1110 110010 0 1010 100011100 1000101 1000011

Color Harmonies of #C672E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672E5

Black with #C672E5

Text Example


Text Example

White with #C672E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672E5; }

 p { color: rgb(198,114,229); }

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

background-color css

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

 a { background-color: rgb(198,114,229); }

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

border-color css

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

 span { border-color: rgb(198,114,229); }

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