Html Css Color HEX #C672CB Orchid

📋 copy color: '#C672CB'

red 198 ◦ green 114 ◦ blue 203

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

Shades of Orchid #C672CB

Tints of Orchid #C672CB

RGB

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

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

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

R = 38.45%
G = 22.14%
B = 39.42%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C672CB (or 0xC672CB) is known color: Orchid. HEX triplet: C6, 72 and CB. RGB value is (198,114,203). Sum of RGB (Red+Green+Blue) = 198+114+203=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C672CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672CB is #398D34. Grayscale: #949494. Windows color (decimal): -3771701 or 13333190. OLE color: 13333190.

HSL color Cylindrical-coordinate representation of color #C672CB: hue angle of 296.63º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C672CB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 114 203 -
CMYK 0.02 0.44 0 0.20
HSL 296.63º 0.46% 0.62% -
HSV(B) 296.63º 0.44% 0.8% -
XYZ 40.09 28.35 59.86 -
YUV 149.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 198 114 203 0.02 0.44 0 0.20 296.63 0.46 0.62
Hex C6 72 CB 2 2C 0 14 129 2E 3E
Octal 306 162 313 2 54 0 24 451 56 76
Binary 11000110 1110010 11001011 10 101100 0 10100 100101001 101110 111110

Color Harmonies of #C672CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672CB

Black with #C672CB

Text Example


Text Example

White with #C672CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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