Html Css Color HEX #C670CD Orchid

📋 copy color: '#C670CD'

red 198 ◦ green 112 ◦ blue 205

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

Shades of Orchid #C670CD

Tints of Orchid #C670CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.75%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 38.45%
G = 21.75%
B = 39.81%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C670CD (or 0xC670CD) is known color: Orchid. HEX triplet: C6, 70 and CD. RGB value is (198,112,205). Sum of RGB (Red+Green+Blue) = 198+112+205=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C670CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670CD is #398F32. Grayscale: #949494. Windows color (decimal): -3772211 or 13463750. OLE color: 13463750.

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

Color convert

RGB 198 112 205 -
CMYK 0.03 0.45 0 0.20
HSL 295.48º 0.48% 0.62% -
HSV(B) 295.48º 0.45% 0.8% -
XYZ 40.1 28 61.05 -
YUV 148.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 198 112 205 0.03 0.45 0 0.20 295.48 0.48 0.62
Hex C6 70 CD 3 2D 0 14 127 30 3E
Octal 306 160 315 3 55 0 24 447 60 76
Binary 11000110 1110000 11001101 11 101101 0 10100 100100111 110000 111110

Color Harmonies of #C670CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670CD

Black with #C670CD

Text Example


Text Example

White with #C670CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670CD; }

 p { color: rgb(198,112,205); }

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

background-color css

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

 a { background-color: rgb(198,112,205); }

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

border-color css

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

 span { border-color: rgb(198,112,205); }

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