Html Css Color HEX #C67FCB Orchid

📋 copy color: '#C67FCB'

red 198 ◦ green 127 ◦ blue 203

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

Shades of Orchid #C67FCB

Tints of Orchid #C67FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.05%

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

R = 37.5%
G = 24.05%
B = 38.45%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C67FCB (or 0xC67FCB) is known color: Orchid. HEX triplet: C6, 7F and CB. RGB value is (198,127,203). Sum of RGB (Red+Green+Blue) = 198+127+203=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #C67FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FCB is #398034. Grayscale: #9C9C9C. Windows color (decimal): -3768373 or 13336518. OLE color: 13336518.

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

Color convert

RGB 198 127 203 -
CMYK 0.02 0.37 0 0.20
HSL 296.05º 0.42% 0.65% -
HSV(B) 296.05º 0.37% 0.8% -
XYZ 41.66 31.5 60.38 -
YUV 156.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 198 127 203 0.02 0.37 0 0.20 296.05 0.42 0.65
Hex C6 7F CB 2 25 0 14 128 2A 41
Octal 306 177 313 2 45 0 24 450 52 101
Binary 11000110 1111111 11001011 10 100101 0 10100 100101000 101010 1000001

Color Harmonies of #C67FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FCB

Black with #C67FCB

Text Example


Text Example

White with #C67FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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