Html Css Color HEX #C672DE Orchid

📋 copy color: '#C672DE'

red 198 ◦ green 114 ◦ blue 222

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

Shades of Orchid #C672DE

Tints of Orchid #C672DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 37.08%
G = 21.35%
B = 41.57%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C672DE (or 0xC672DE) is known color: Orchid. HEX triplet: C6, 72 and DE. RGB value is (198,114,222). Sum of RGB (Red+Green+Blue) = 198+114+222=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C672DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672DE is #398D21. Grayscale: #979797. Windows color (decimal): -3771682 or 14578374. OLE color: 14578374.

HSL color Cylindrical-coordinate representation of color #C672DE: hue angle of 286.67º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C672DE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 114 222 -
CMYK 0.11 0.49 0 0.13
HSL 286.67º 0.62% 0.66% -
HSV(B) 286.67º 0.49% 0.87% -
XYZ 42.49 29.31 72.53 -
YUV 151.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 198 114 222 0.11 0.49 0 0.13 286.67 0.62 0.66
Hex C6 72 DE B 31 0 D 11F 3E 42
Octal 306 162 336 13 61 0 15 437 76 102
Binary 11000110 1110010 11011110 1011 110001 0 1101 100011111 111110 1000010

Color Harmonies of #C672DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C672DE

Black with #C672DE

Text Example


Text Example

White with #C672DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C672DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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